Html Css Color HEX #880606 Dark Red

📋 copy color: '#880606'

red 136 ◦ green 6 ◦ blue 6

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

Shades of Dark Red #880606

Tints of Dark Red #880606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 91.89%
G = 4.05%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880606 (or 0x880606) is known color: Dark Red. HEX triplet: 88, 06 and 06. RGB value is (136,6,6). Sum of RGB (Red+Green+Blue) = 136+6+6=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880606 is #77F9F9. Grayscale: #2C2C2C. Windows color (decimal): -7862778 or 394888. OLE color: 394888.

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

Color convert

RGB 136 6 6 -
CMYK 0 0.96 0.96 0.47
HSL 0.92% 0.28% -
HSV(B) 0.96% 0.53% -
XYZ 10.25 5.38 0.67 -
YUV 44.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 136 6 6 0 0.96 0.96 0.47 0 0.92 0.28
Hex 88 6 6 0 60 60 2F 0 5C 1C
Octal 210 6 6 0 140 140 57 0 134 34
Binary 10001000 110 110 0 1100000 1100000 101111 0 1011100 11100

Color Harmonies of #880606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880606

Black with #880606

Text Example


Text Example

White with #880606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880606; }

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

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

background-color css

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

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

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

border-color css

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

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

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