#880002

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

Shades of Sangria #880002

Tints of Sangria #880002

Color information

#880002 (or 0x880002) is unknown color: approx Sangria. HEX triplet: 88, 00 and 02. RGB value is (136,0,2). Sum of RGB (Red+Green+Blue) = 136+0+2=138 (18% of max value = 765). Red value is 136 (53.52% from 255 or 98.55% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 136 - color contains mainly: red. Hex color #880002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880002 is #77FFFD. Grayscale: #292929. Windows color (decimal): -7864318 or 131208. OLE color: 131208.

HSL color Cylindrical-coordinate representation of color #880002: hue angle of 359.12º 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 #880002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB13602-
CMYK010.990.47
HSL359.12º100%26.67%-
HSV(B)359.12º100%53.33%-
XYZ10.165.240.53-
YUV40.89106.06195.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 98.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=98.55%
G=0%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13602010.990.47359.1210026.67
Hex8802064632F167641b
Octal2100201441435754714433
Binary10001000010011001001100011101111101100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880002; }

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

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

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

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

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

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

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

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