#7F0406

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

Shades of Sangria #7F0406

Tints of Sangria #7F0406

Color information

#7F0406 (or 0x7F0406) is unknown color: approx Sangria. HEX triplet: 7F, 04 and 06. RGB value is (127,4,6). Sum of RGB (Red+Green+Blue) = 127+4+6=137 (18% of max value = 765). Red value is 127 (50% from 255 or 92.70% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0406 is #80FBF9. Grayscale: #292929. Windows color (decimal): -8453114 or 394367. OLE color: 394367.

HSL color Cylindrical-coordinate representation of color #7F0406: hue angle of 359.02º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0406 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB12746-
CMYK00.970.950.50
HSL359.02º93.89%25.69%-
HSV(B)359.02º96.85%49.8%-
XYZ8.834.610.6-
YUV41108.25189.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 92.70%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=92.70%
G=2.92%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1274600.970.950.50359.0293.8925.69
Hex7F460615F321675e1a
Octal1774601411376254713632
Binary1111111100110011000011011111110010101100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,6); }

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

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

 a { background-color: rgb(127,4,6); }

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

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

 span { border-color: rgb(127,4,6); }

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