Html Css Color HEX #880903 Dark Red

📋 copy color: '#880903'

red 136 ◦ green 9 ◦ blue 3

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

Shades of Dark Red #880903

Tints of Dark Red #880903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 3 (1.56% from 255) = 2.03%

R = 91.89%
G = 6.08%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#880903 (or 0x880903) is known color: Dark Red. HEX triplet: 88, 09 and 03. RGB value is (136,9,3). Sum of RGB (Red+Green+Blue) = 136+9+3=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880903 is #77F6FC. Grayscale: #2E2E2E. Windows color (decimal): -7862013 or 199048. OLE color: 199048.

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

Color convert

RGB 136 9 3 -
CMYK 0 0.93 0.98 0.47
HSL 2.71º 0.96% 0.27% -
HSV(B) 2.71º 0.98% 0.53% -
XYZ 10.27 5.44 0.59 -
YUV 46.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 136 9 3 0 0.93 0.98 0.47 2.71 0.96 0.27
Hex 88 9 3 0 5D 62 2F 3 60 1B
Octal 210 11 3 0 135 142 57 3 140 33
Binary 10001000 1001 11 0 1011101 1100010 101111 11 1100000 11011

Color Harmonies of #880903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880903

Black with #880903

Text Example


Text Example

White with #880903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880903; }

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

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

background-color css

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

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

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

border-color css

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

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

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