#76050B

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

Shades of Sangria #76050B

Tints of Sangria #76050B

Color information

#76050B (or 0x76050B) is unknown color: approx Sangria. HEX triplet: 76, 05 and 0B. RGB value is (118,5,11). Sum of RGB (Red+Green+Blue) = 118+5+11=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050B is #89FAF4. Grayscale: #272727. Windows color (decimal): -9042677 or 722294. OLE color: 722294.

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

Color convert

RGB118511-
CMYK00.960.910.54
HSL356.81º91.87%24.12%-
HSV(B)356.81º95.76%46.27%-
XYZ7.593.980.69-
YUV39.47111.94184.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.06%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=88.06%
G=3.73%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851100.960.910.54356.8191.8724.12
Hex765B0605B361655c18
Octal16651301401336654513430
Binary11101101011011011000001011011110110101100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76050B; }

 p { color: rgb(118,5,11); }

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

<style>
 a { background-color: #76050B; }

 a { background-color: rgb(118,5,11); }

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

<style>
 span { border-color: #76050B; }

 span { border-color: rgb(118,5,11); }

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