Html Css Color HEX #881007 Dark Red

📋 copy color: '#881007'

red 136 ◦ green 16 ◦ blue 7

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

Shades of Dark Red #881007

Tints of Dark Red #881007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 85.53%
G = 10.06%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881007 (or 0x881007) is known color: Dark Red. HEX triplet: 88, 10 and 07. RGB value is (136,16,7). Sum of RGB (Red+Green+Blue) = 136+16+7=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #881007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881007 is #77EFF8. Grayscale: #333333. Windows color (decimal): -7860217 or 462984. OLE color: 462984.

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

Color convert

RGB 136 16 7 -
CMYK 0 0.88 0.95 0.47
HSL 4.19º 0.9% 0.28% -
HSV(B) 4.19º 0.95% 0.53% -
XYZ 10.38 5.62 0.74 -
YUV 50.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 136 16 7 0 0.88 0.95 0.47 4.19 0.9 0.28
Hex 88 10 7 0 58 5F 2F 4 5A 1C
Octal 210 20 7 0 130 137 57 4 132 34
Binary 10001000 10000 111 0 1011000 1011111 101111 100 1011010 11100

Color Harmonies of #881007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881007

Black with #881007

Text Example


Text Example

White with #881007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881007; }

 p { color: rgb(136,16,7); }

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

background-color css

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

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

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

border-color css

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

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

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