Html Css Color HEX #880D07 Dark Red

📋 copy color: '#880D07'

red 136 ◦ green 13 ◦ blue 7

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

Shades of Dark Red #880D07

Tints of Dark Red #880D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 87.18%
G = 8.33%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#880D07 (or 0x880D07) is known color: Dark Red. HEX triplet: 88, 0D and 07. RGB value is (136,13,7). Sum of RGB (Red+Green+Blue) = 136+13+7=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D07 is #77F2F8. Grayscale: #313131. Windows color (decimal): -7860985 or 462216. OLE color: 462216.

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

Color convert

RGB 136 13 7 -
CMYK 0 0.90 0.95 0.47
HSL 2.79º 0.9% 0.28% -
HSV(B) 2.79º 0.95% 0.53% -
XYZ 10.34 5.54 0.73 -
YUV 49.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 136 13 7 0 0.90 0.95 0.47 2.79 0.9 0.28
Hex 88 D 7 0 5A 5F 2F 3 5A 1C
Octal 210 15 7 0 132 137 57 3 132 34
Binary 10001000 1101 111 0 1011010 1011111 101111 11 1011010 11100

Color Harmonies of #880D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D07

Black with #880D07

Text Example


Text Example

White with #880D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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