#7C0509

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

Shades of Sangria #7C0509

Tints of Sangria #7C0509

Color information

#7C0509 (or 0x7C0509) is unknown color: approx Sangria. HEX triplet: 7C, 05 and 09. RGB value is (124,5,9). Sum of RGB (Red+Green+Blue) = 124+5+9=138 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.86% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0509 is #83FAF6. Grayscale: #292929. Windows color (decimal): -8649463 or 591228. OLE color: 591228.

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

Color convert

RGB12459-
CMYK00.960.930.51
HSL357.98º92.25%25.29%-
HSV(B)357.98º95.97%48.63%-
XYZ8.424.410.67-
YUV41.04109.92187.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 89.86%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=89.86%
G=3.62%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245900.960.930.51357.9892.2525.29
Hex7C590605D331665c19
Octal17451101401356354613431
Binary11111001011001011000001011101110011101100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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