Html Css Color HEX #900D07 Dark Red

📋 copy color: '#900D07'

red 144 ◦ green 13 ◦ blue 7

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

Shades of Dark Red #900D07

Tints of Dark Red #900D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.27%

R = 87.8%
G = 7.93%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#900D07 (or 0x900D07) is known color: Dark Red. HEX triplet: 90, 0D and 07. RGB value is (144,13,7). Sum of RGB (Red+Green+Blue) = 144+13+7=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #900D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D07 is #6FF2F8. Grayscale: #333333. Windows color (decimal): -7336697 or 462224. OLE color: 462224.

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

Color convert

RGB 144 13 7 -
CMYK 0 0.91 0.95 0.44
HSL 2.63º 0.91% 0.3% -
HSV(B) 2.63º 0.95% 0.56% -
XYZ 11.68 6.23 0.79 -
YUV 51.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 144 13 7 0 0.91 0.95 0.44 2.63 0.91 0.3
Hex 90 D 7 0 5B 5F 2C 3 5B 1E
Octal 220 15 7 0 133 137 54 3 133 36
Binary 10010000 1101 111 0 1011011 1011111 101100 11 1011011 11110

Color Harmonies of #900D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D07

Black with #900D07

Text Example


Text Example

White with #900D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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