Html Css Color HEX #900D0B Dark Red

📋 copy color: '#900D0B'

red 144 ◦ green 13 ◦ blue 11

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

Shades of Dark Red #900D0B

Tints of Dark Red #900D0B

RGB

 RED value IS 144 (56.64% from 255) = 85.71%

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 85.71%
G = 7.74%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#900D0B (or 0x900D0B) is known color: Dark Red. HEX triplet: 90, 0D and 0B. RGB value is (144,13,11). Sum of RGB (Red+Green+Blue) = 144+13+11=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D0B is #6FF2F4. Grayscale: #343434. Windows color (decimal): -7336693 or 724368. OLE color: 724368.

HSL color Cylindrical-coordinate representation of color #900D0B: hue angle of 0.9º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900D0B is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 11 -
CMYK 0 0.91 0.92 0.44
HSL 0.9º 0.86% 0.3% -
HSV(B) 0.9º 0.92% 0.56% -
XYZ 11.71 6.24 0.9 -
YUV 51.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 144 13 11 0 0.91 0.92 0.44 0.9 0.86 0.3
Hex 90 D B 0 5B 5C 2C 1 56 1E
Octal 220 15 13 0 133 134 54 1 126 36
Binary 10010000 1101 1011 0 1011011 1011100 101100 1 1010110 11110

Color Harmonies of #900D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D0B

Black with #900D0B

Text Example


Text Example

White with #900D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900D0B; }

 p { color: rgb(144,13,11); }

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

background-color css

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

 a { background-color: rgb(144,13,11); }

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

border-color css

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

 span { border-color: rgb(144,13,11); }

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