Html Css Color HEX #880A06 Dark Red

📋 copy color: '#880A06'

red 136 ◦ green 10 ◦ blue 6

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

Shades of Dark Red #880A06

Tints of Dark Red #880A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.58%

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

R = 89.47%
G = 6.58%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880A06 (or 0x880A06) is known color: Dark Red. HEX triplet: 88, 0A and 06. RGB value is (136,10,6). Sum of RGB (Red+Green+Blue) = 136+10+6=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A06 is #77F5F9. Grayscale: #2F2F2F. Windows color (decimal): -7861754 or 395912. OLE color: 395912.

HSL color Cylindrical-coordinate representation of color #880A06: hue angle of 1.85º 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 #880A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 6 -
CMYK 0 0.93 0.96 0.47
HSL 1.85º 0.92% 0.28% -
HSV(B) 1.85º 0.96% 0.53% -
XYZ 10.29 5.46 0.68 -
YUV 47.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 136 10 6 0 0.93 0.96 0.47 1.85 0.92 0.28
Hex 88 A 6 0 5D 60 2F 2 5C 1C
Octal 210 12 6 0 135 140 57 2 134 34
Binary 10001000 1010 110 0 1011101 1100000 101111 10 1011100 11100

Color Harmonies of #880A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A06

Black with #880A06

Text Example


Text Example

White with #880A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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