Html Css Color HEX #900705 Dark Red

📋 copy color: '#900705'

red 144 ◦ green 7 ◦ blue 5

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

Shades of Dark Red #900705

Tints of Dark Red #900705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 92.31%
G = 4.49%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#900705 (or 0x900705) is known color: Dark Red. HEX triplet: 90, 07 and 05. RGB value is (144,7,5). Sum of RGB (Red+Green+Blue) = 144+7+5=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #900705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900705 is #6FF8FA. Grayscale: #2F2F2F. Windows color (decimal): -7338235 or 329616. OLE color: 329616.

HSL color Cylindrical-coordinate representation of color #900705: hue angle of 0.86º 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 #900705 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 5 -
CMYK 0 0.95 0.97 0.44
HSL 0.86º 0.93% 0.29% -
HSV(B) 0.86º 0.97% 0.56% -
XYZ 11.6 6.09 0.71 -
YUV 47.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 144 7 5 0 0.95 0.97 0.44 0.86 0.93 0.29
Hex 90 7 5 0 5F 61 2C 1 5D 1D
Octal 220 7 5 0 137 141 54 1 135 35
Binary 10010000 111 101 0 1011111 1100001 101100 1 1011101 11101

Color Harmonies of #900705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900705

Black with #900705

Text Example


Text Example

White with #900705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900705; }

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

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

background-color css

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

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

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

border-color css

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

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

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