Html Css Color HEX #890502 Dark Red

📋 copy color: '#890502'

red 137 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #890502

Tints of Dark Red #890502

RGB

 RED value IS 137 (53.91% from 255) = 95.14%

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 95.14%
G = 3.47%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890502 (or 0x890502) is known color: Dark Red. HEX triplet: 89, 05 and 02. RGB value is (137,5,2). Sum of RGB (Red+Green+Blue) = 137+5+2=144 (19% of max value = 765). Red value is 137 (53.91% from 255 or 95.14% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 137 - color contains mainly: red. Hex color #890502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890502 is #76FAFD. Grayscale: #2C2C2C. Windows color (decimal): -7797502 or 132489. OLE color: 132489.

HSL color Cylindrical-coordinate representation of color #890502: hue angle of 1.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890502 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 2 -
CMYK 0 0.96 0.99 0.46
HSL 1.33º 0.97% 0.27% -
HSV(B) 1.33º 0.99% 0.54% -
XYZ 10.38 5.43 0.56 -
YUV 44.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 137 5 2 0 0.96 0.99 0.46 1.33 0.97 0.27
Hex 89 5 2 0 60 63 2E 1 61 1B
Octal 211 5 2 0 140 143 56 1 141 33
Binary 10001001 101 10 0 1100000 1100011 101110 1 1100001 11011

Color Harmonies of #890502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890502

Black with #890502

Text Example


Text Example

White with #890502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890502; }

 p { color: rgb(137,5,2); }

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

background-color css

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

 a { background-color: rgb(137,5,2); }

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

border-color css

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

 span { border-color: rgb(137,5,2); }

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