Html Css Color HEX #880602 Dark Red

📋 copy color: '#880602'

red 136 ◦ green 6 ◦ blue 2

#880602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #880602

Tints of Dark Red #880602

RGB

 RED value IS 136 (53.52% from 255) = 94.44%

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 94.44%
G = 4.17%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#880602 (or 0x880602) is known color: Dark Red. HEX triplet: 88, 06 and 02. RGB value is (136,6,2). Sum of RGB (Red+Green+Blue) = 136+6+2=144 (19% of max value = 765). Red value is 136 (53.52% from 255 or 94.44% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 136 - color contains mainly: red. Hex color #880602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880602 is #77F9FD. Grayscale: #2C2C2C. Windows color (decimal): -7862782 or 132744. OLE color: 132744.

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

Color convert

RGB 136 6 2 -
CMYK 0 0.96 0.99 0.47
HSL 1.79º 0.97% 0.27% -
HSV(B) 1.79º 0.99% 0.53% -
XYZ 10.23 5.37 0.55 -
YUV 44.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 136 6 2 0 0.96 0.99 0.47 1.79 0.97 0.27
Hex 88 6 2 0 60 63 2F 2 61 1B
Octal 210 6 2 0 140 143 57 2 141 33
Binary 10001000 110 10 0 1100000 1100011 101111 10 1100001 11011

Color Harmonies of #880602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880602

Black with #880602

Text Example


Text Example

White with #880602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880602; }

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

 H1.HeaderClassName
 {
   color: #880602;
 }
 .AnyTagClassName
 {
   color: #880602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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