#880500

Color #880500 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #880500

Tints of Dark Red #880500

Color information

#880500 (or 0x880500) is unknown color: approx Dark Red. HEX triplet: 88, 05 and 00. RGB value is (136,5,0). Sum of RGB (Red+Green+Blue) = 136+5+0=141 (18% of max value = 765). Red value is 136 (53.52% from 255 or 96.45% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 136 - color contains mainly: red. Hex color #880500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880500 is #77FAFF. Grayscale: #2B2B2B. Windows color (decimal): -7863040 or 1416. OLE color: 1416.

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

Color convert

RGB13650-
CMYK00.9610.47
HSL2.21º100%26.67%-
HSV(B)2.21º100%53.33%-
XYZ10.215.340.49-
YUV43.6103.4193.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 96.45%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.45%
G=3.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365000.9610.472.2110026.67
Hex8850060642F2641b
Octal21050014014457214433
Binary10001000101001100000110010010111110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880500; }

 p { color: rgb(136,5,0); }

 H1.HeaderClassName
 {
   color: #880500;
 }
 .AnyTagClassName
 {
   color: #880500;
 }
</style>
background-color css

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

 a { background-color: rgb(136,5,0); }

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

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

 span { border-color: rgb(136,5,0); }

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