#881503

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

Shades of Dark Red #881503

Tints of Dark Red #881503

Color information

#881503 (or 0x881503) is unknown color: approx Dark Red. HEX triplet: 88, 15 and 03. RGB value is (136,21,3). Sum of RGB (Red+Green+Blue) = 136+21+3=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881503 is #77EAFC. Grayscale: #353535. Windows color (decimal): -7858941 or 202120. OLE color: 202120.

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

Color convert

RGB136213-
CMYK00.850.980.47
HSL8.12º95.68%27.25%-
HSV(B)8.12º97.79%53.33%-
XYZ10.445.780.65-
YUV53.3399.6186.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 85%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=85%
G=13.12%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13621300.850.980.478.1295.6827.25
Hex88153055622F8601b
Octal2102530125142571014033
Binary1000100010101110101010111000101011111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881503; }

 p { color: rgb(136,21,3); }

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

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

 a { background-color: rgb(136,21,3); }

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

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

 span { border-color: rgb(136,21,3); }

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