#76050A

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

Shades of Sangria #76050A

Tints of Sangria #76050A

Color information

#76050A (or 0x76050A) is unknown color: approx Sangria. HEX triplet: 76, 05 and 0A. RGB value is (118,5,10). Sum of RGB (Red+Green+Blue) = 118+5+10=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #76050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050A is #89FAF5. Grayscale: #272727. Windows color (decimal): -9042678 or 656758. OLE color: 656758.

HSL color Cylindrical-coordinate representation of color #76050A: hue angle of 357.35º 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 #76050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118510-
CMYK00.960.920.54
HSL357.35º91.87%24.12%-
HSV(B)357.35º95.76%46.27%-
XYZ7.583.980.66-
YUV39.36111.44184.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=88.72%
G=3.76%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851000.960.920.54357.3591.8724.12
Hex765A0605C361655c18
Octal16651201401346654513430
Binary11101101011010011000001011100110110101100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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