#760206

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

Shades of Sangria #760206

Tints of Sangria #760206

Color information

#760206 (or 0x760206) is unknown color: approx Sangria. HEX triplet: 76, 02 and 06. RGB value is (118,2,6). Sum of RGB (Red+Green+Blue) = 118+2+6=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760206 is #89FDF9. Grayscale: #252525. Windows color (decimal): -9043450 or 393846. OLE color: 393846.

HSL color Cylindrical-coordinate representation of color #760206: hue angle of 357.93º 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 #760206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB11826-
CMYK00.980.950.54
HSL357.93º96.67%23.53%-
HSV(B)357.93º98.31%46.27%-
XYZ7.533.910.53-
YUV37.14110.43185.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 93.65%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=93.65%
G=1.59%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182600.980.950.54357.9396.6723.53
Hex76260625F361666118
Octal1662601421376654614130
Binary111011010110011000101011111110110101100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760206; }

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

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

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

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

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

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

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

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