#7F0405

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

Shades of Sangria #7F0405

Tints of Sangria #7F0405

Color information

#7F0405 (or 0x7F0405) is unknown color: approx Sangria. HEX triplet: 7F, 04 and 05. RGB value is (127,4,5). Sum of RGB (Red+Green+Blue) = 127+4+5=136 (18% of max value = 765). Red value is 127 (50% from 255 or 93.38% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0405 is #80FBFA. Grayscale: #292929. Windows color (decimal): -8453115 or 328831. OLE color: 328831.

HSL color Cylindrical-coordinate representation of color #7F0405: hue angle of 359.51º 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 #7F0405 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB12745-
CMYK00.970.960.50
HSL359.51º93.89%25.69%-
HSV(B)359.51º96.85%49.8%-
XYZ8.824.610.57-
YUV40.89107.75189.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 93.38%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=93.38%
G=2.94%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1274500.970.960.50359.5193.8925.69
Hex7F4506160321685e1a
Octal1774501411406255013632
Binary1111111100101011000011100000110010101101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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