Html Css Color HEX #880F01 Dark Red

📋 copy color: '#880F01'

red 136 ◦ green 15 ◦ blue 1

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

Shades of Dark Red #880F01

Tints of Dark Red #880F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 89.47%
G = 9.87%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#880F01 (or 0x880F01) is known color: Dark Red. HEX triplet: 88, 0F and 01. RGB value is (136,15,1). Sum of RGB (Red+Green+Blue) = 136+15+1=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F01 is #77F0FE. Grayscale: #313131. Windows color (decimal): -7860479 or 69512. OLE color: 69512.

HSL color Cylindrical-coordinate representation of color #880F01: hue angle of 6.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880F01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 1 -
CMYK 0 0.89 0.99 0.47
HSL 6.22º 0.99% 0.27% -
HSV(B) 6.22º 0.99% 0.53% -
XYZ 10.33 5.58 0.56 -
YUV 49.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 136 15 1 0 0.89 0.99 0.47 6.22 0.99 0.27
Hex 88 F 1 0 59 63 2F 6 63 1B
Octal 210 17 1 0 131 143 57 6 143 33
Binary 10001000 1111 1 0 1011001 1100011 101111 110 1100011 11011

Color Harmonies of #880F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F01

Black with #880F01

Text Example


Text Example

White with #880F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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