Html Css Color HEX #900F05 Dark Red

📋 copy color: '#900F05'

red 144 ◦ green 15 ◦ blue 5

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

Shades of Dark Red #900F05

Tints of Dark Red #900F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 87.8%
G = 9.15%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#900F05 (or 0x900F05) is known color: Dark Red. HEX triplet: 90, 0F and 05. RGB value is (144,15,5). Sum of RGB (Red+Green+Blue) = 144+15+5=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #900F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F05 is #6FF0FA. Grayscale: #343434. Windows color (decimal): -7336187 or 331664. OLE color: 331664.

HSL color Cylindrical-coordinate representation of color #900F05: hue angle of 4.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900F05 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 5 -
CMYK 0 0.90 0.97 0.44
HSL 4.32º 0.93% 0.29% -
HSV(B) 4.32º 0.97% 0.56% -
XYZ 11.7 6.28 0.74 -
YUV 52.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 144 15 5 0 0.90 0.97 0.44 4.32 0.93 0.29
Hex 90 F 5 0 5A 61 2C 4 5D 1D
Octal 220 17 5 0 132 141 54 4 135 35
Binary 10010000 1111 101 0 1011010 1100001 101100 100 1011101 11101

Color Harmonies of #900F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F05

Black with #900F05

Text Example


Text Example

White with #900F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,5); }

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

background-color css

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

 a { background-color: rgb(144,15,5); }

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

border-color css

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

 span { border-color: rgb(144,15,5); }

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