Html Css Color HEX #881306 Dark Red

📋 copy color: '#881306'

red 136 ◦ green 19 ◦ blue 6

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

Shades of Dark Red #881306

Tints of Dark Red #881306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 84.47%
G = 11.8%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881306 (or 0x881306) is known color: Dark Red. HEX triplet: 88, 13 and 06. RGB value is (136,19,6). Sum of RGB (Red+Green+Blue) = 136+19+6=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881306 is #77ECF9. Grayscale: #343434. Windows color (decimal): -7859450 or 398216. OLE color: 398216.

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

Color convert

RGB 136 19 6 -
CMYK 0 0.86 0.96 0.47
HSL 0.92% 0.28% -
HSV(B) 0.96% 0.53% -
XYZ 10.42 5.71 0.73 -
YUV 52.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 136 19 6 0 0.86 0.96 0.47 6 0.92 0.28
Hex 88 13 6 0 56 60 2F 6 5C 1C
Octal 210 23 6 0 126 140 57 6 134 34
Binary 10001000 10011 110 0 1010110 1100000 101111 110 1011100 11100

Color Harmonies of #881306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881306

Black with #881306

Text Example


Text Example

White with #881306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881306; }

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

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

background-color css

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

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

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

border-color css

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

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

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