#7C0506

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

Shades of Sangria #7C0506

Tints of Sangria #7C0506

Color information

#7C0506 (or 0x7C0506) is unknown color: approx Sangria. HEX triplet: 7C, 05 and 06. RGB value is (124,5,6). Sum of RGB (Red+Green+Blue) = 124+5+6=135 (17% of max value = 765). Red value is 124 (48.83% from 255 or 91.85% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0506 is #83FAF9. Grayscale: #282828. Windows color (decimal): -8649466 or 394620. OLE color: 394620.

HSL color Cylindrical-coordinate representation of color #7C0506: hue angle of 359.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0506 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB12456-
CMYK00.960.950.51
HSL359.5º92.25%25.29%-
HSV(B)359.5º95.97%48.63%-
XYZ8.44.410.58-
YUV40.7108.42187.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 91.85%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=91.85%
G=3.70%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245600.960.950.51359.592.2525.29
Hex7C560605F331675c19
Octal1745601401376354713431
Binary1111100101110011000001011111110011101100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,5,6); }

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

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

 a { background-color: rgb(124,5,6); }

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

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

 span { border-color: rgb(124,5,6); }

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