#76020A

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

Shades of Sangria #76020A

Tints of Sangria #76020A

Color information

#76020A (or 0x76020A) is unknown color: approx Sangria. HEX triplet: 76, 02 and 0A. RGB value is (118,2,10). Sum of RGB (Red+Green+Blue) = 118+2+10=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #76020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020A is #89FDF5. Grayscale: #252525. Windows color (decimal): -9043446 or 655990. OLE color: 655990.

HSL color Cylindrical-coordinate representation of color #76020A: hue angle of 355.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76020A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118210-
CMYK00.980.920.54
HSL355.86º96.67%23.53%-
HSV(B)355.86º98.31%46.27%-
XYZ7.553.920.65-
YUV37.6112.43185.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.77%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=90.77%
G=1.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821000.980.920.54355.8696.6723.53
Hex762A0625C361646118
Octal16621201421346654414130
Binary1110110101010011000101011100110110101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76020A; }

 p { color: rgb(118,2,10); }

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

<style>
 a { background-color: #76020A; }

 a { background-color: rgb(118,2,10); }

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

<style>
 span { border-color: #76020A; }

 span { border-color: rgb(118,2,10); }

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