#7f0b12

Color #7F0B12 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #7F0B12

Tints of Sangria #7F0B12

Color information

#7F0B12 (or 0x7F0B12) is unknown color: approx Sangria. HEX triplet: 7F, 0B and 12. RGB value is (127,11,18). Sum of RGB (Red+Green+Blue) = 127+11+18=156 (20% of max value = 765). Red value is 127 (50% from 255 or 81.41% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0B12 is #80F4ED. Grayscale: #2E2E2E. Windows color (decimal): -8451310 or 1182591. OLE color: 1182591.

HSL color Cylindrical-coordinate representation of color #7F0B12: hue angle of 356.38º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B12 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1271118-
CMYK00.910.860.50
HSL356.38º84.06%27.06%-
HSV(B)356.38º91.34%49.8%-
XYZ8.984.81.02-
YUV46.48111.93185.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 81.41%
GREEN value IS 11 (4.69% from 255) = 7.05%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=81.41%
G=7.05%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127111800.910.860.50356.3884.0627.06
Hex7FB1205B5632164541b
Octal177132201331266254412433
Binary1111111101110010010110111010110110010101100100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0b12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f0b12; }

 p { color: rgb(127,11,18); }

 H1.HeaderClassName
 {
   color: #7f0b12;
 }
 .AnyTagClassName
 {
   color: #7f0b12;
 }
</style>
background-color css

<style>
 a { background-color: #7f0b12; }

 a { background-color: rgb(127,11,18); }

 div.DivClassName
 {
   background-color: #7f0b12;
 }
 .BgClassName
 {
   background-color: #7f0b12;
 }
</style>
border-color css

<style>
 span { border-color: #7f0b12; }

 span { border-color: rgb(127,11,18); }

 td.TdClassName
 {
   border-color: #7f0b12;
 }
 .TagClassName
 {
   border-color: #7f0b12;
 }
</style>