#880008

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

Shades of Sangria #880008

Tints of Sangria #880008

Color information

#880008 (or 0x880008) is unknown color: approx Sangria. HEX triplet: 88, 00 and 08. RGB value is (136,0,8). Sum of RGB (Red+Green+Blue) = 136+0+8=144 (19% of max value = 765). Red value is 136 (53.52% from 255 or 94.44% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 136 - color contains mainly: red. Hex color #880008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880008 is #77FFF7. Grayscale: #292929. Windows color (decimal): -7864312 or 524424. OLE color: 524424.

HSL color Cylindrical-coordinate representation of color #880008: hue angle of 356.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880008 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB13608-
CMYK010.940.47
HSL356.47º100%26.67%-
HSV(B)356.47º100%53.33%-
XYZ10.25.250.71-
YUV41.58109.06195.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 94.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=94.44%
G=0%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13608010.940.47356.4710026.67
Hex88080645E2F164641b
Octal21001001441365754414433
Binary1000100001000011001001011110101111101100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880008; }

 p { color: rgb(136,0,8); }

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

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

 a { background-color: rgb(136,0,8); }

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

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

 span { border-color: rgb(136,0,8); }

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