Html Css Color HEX #890402 Dark Red

📋 copy color: '#890402'

red 137 ◦ green 4 ◦ blue 2

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

Shades of Dark Red #890402

Tints of Dark Red #890402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 95.8%
G = 2.8%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890402 (or 0x890402) is known color: Dark Red. HEX triplet: 89, 04 and 02. RGB value is (137,4,2). Sum of RGB (Red+Green+Blue) = 137+4+2=143 (18% of max value = 765). Red value is 137 (53.91% from 255 or 95.80% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 137 - color contains mainly: red. Hex color #890402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890402 is #76FBFD. Grayscale: #2B2B2B. Windows color (decimal): -7797758 or 132233. OLE color: 132233.

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

Color convert

RGB 137 4 2 -
CMYK 0 0.97 0.99 0.46
HSL 0.89º 0.97% 0.27% -
HSV(B) 0.89º 0.99% 0.54% -
XYZ 10.37 5.41 0.55 -
YUV 43.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 137 4 2 0 0.97 0.99 0.46 0.89 0.97 0.27
Hex 89 4 2 0 61 63 2E 1 61 1B
Octal 211 4 2 0 141 143 56 1 141 33
Binary 10001001 100 10 0 1100001 1100011 101110 1 1100001 11011

Color Harmonies of #890402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890402

Black with #890402

Text Example


Text Example

White with #890402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890402; }

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

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

background-color css

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

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

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

border-color css

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

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

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