Html Css Color HEX #880F06 Dark Red

📋 copy color: '#880F06'

red 136 ◦ green 15 ◦ blue 6

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

Shades of Dark Red #880F06

Tints of Dark Red #880F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.55%

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

R = 86.62%
G = 9.55%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880F06 (or 0x880F06) is known color: Dark Red. HEX triplet: 88, 0F and 06. RGB value is (136,15,6). Sum of RGB (Red+Green+Blue) = 136+15+6=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F06 is #77F0F9. Grayscale: #323232. Windows color (decimal): -7860474 or 397192. OLE color: 397192.

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

Color convert

RGB 136 15 6 -
CMYK 0 0.89 0.96 0.47
HSL 4.15º 0.92% 0.28% -
HSV(B) 4.15º 0.96% 0.53% -
XYZ 10.36 5.59 0.71 -
YUV 50.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 136 15 6 0 0.89 0.96 0.47 4.15 0.92 0.28
Hex 88 F 6 0 59 60 2F 4 5C 1C
Octal 210 17 6 0 131 140 57 4 134 34
Binary 10001000 1111 110 0 1011001 1100000 101111 100 1011100 11100

Color Harmonies of #880F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F06

Black with #880F06

Text Example


Text Example

White with #880F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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