Html Css Color HEX #990902 Dark Red

📋 copy color: '#990902'

red 153 ◦ green 9 ◦ blue 2

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

Shades of Dark Red #990902

Tints of Dark Red #990902

RGB

 RED value IS 153 (60.16% from 255) = 93.29%

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

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 93.29%
G = 5.49%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#990902 (or 0x990902) is known color: Dark Red. HEX triplet: 99, 09 and 02. RGB value is (153,9,2). Sum of RGB (Red+Green+Blue) = 153+9+2=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #990902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990902 is #66F6FD. Grayscale: #333333. Windows color (decimal): -6747902 or 133529. OLE color: 133529.

HSL color Cylindrical-coordinate representation of color #990902: hue angle of 2.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990902 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 2 -
CMYK 0 0.94 0.99 0.4
HSL 2.78º 0.97% 0.3% -
HSV(B) 2.78º 0.99% 0.6% -
XYZ 13.25 6.97 0.71 -
YUV 51.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 153 9 2 0 0.94 0.99 0.4 2.78 0.97 0.3
Hex 99 9 2 0 5E 63 28 3 61 1E
Octal 231 11 2 0 136 143 50 3 141 36
Binary 10011001 1001 10 0 1011110 1100011 101000 11 1100001 11110

Color Harmonies of #990902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990902

Black with #990902

Text Example


Text Example

White with #990902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990902; }

 p { color: rgb(153,9,2); }

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

background-color css

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

 a { background-color: rgb(153,9,2); }

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

border-color css

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

 span { border-color: rgb(153,9,2); }

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