Html Css Color HEX #881107 Dark Red

📋 copy color: '#881107'

red 136 ◦ green 17 ◦ blue 7

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

Shades of Dark Red #881107

Tints of Dark Red #881107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.63%

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

R = 85%
G = 10.63%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881107 (or 0x881107) is known color: Dark Red. HEX triplet: 88, 11 and 07. RGB value is (136,17,7). Sum of RGB (Red+Green+Blue) = 136+17+7=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881107 is #77EEF8. Grayscale: #333333. Windows color (decimal): -7859961 or 463240. OLE color: 463240.

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

Color convert

RGB 136 17 7 -
CMYK 0 0.87 0.95 0.47
HSL 4.65º 0.9% 0.28% -
HSV(B) 4.65º 0.95% 0.53% -
XYZ 10.39 5.65 0.74 -
YUV 51.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 136 17 7 0 0.87 0.95 0.47 4.65 0.9 0.28
Hex 88 11 7 0 57 5F 2F 5 5A 1C
Octal 210 21 7 0 127 137 57 5 132 34
Binary 10001000 10001 111 0 1010111 1011111 101111 101 1011010 11100

Color Harmonies of #881107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881107

Black with #881107

Text Example


Text Example

White with #881107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881107; }

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

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

background-color css

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

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

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

border-color css

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

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

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