Html Css Color HEX #890B0A Dark Red

📋 copy color: '#890B0A'

red 137 ◦ green 11 ◦ blue 10

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

Shades of Dark Red #890B0A

Tints of Dark Red #890B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 86.71%
G = 6.96%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#890B0A (or 0x890B0A) is known color: Dark Red. HEX triplet: 89, 0B and 0A. RGB value is (137,11,10). Sum of RGB (Red+Green+Blue) = 137+11+10=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #890B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B0A is #76F4F5. Grayscale: #303030. Windows color (decimal): -7795958 or 658313. OLE color: 658313.

HSL color Cylindrical-coordinate representation of color #890B0A: hue angle of 0.47º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890B0A is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 10 -
CMYK 0 0.92 0.93 0.46
HSL 0.47º 0.86% 0.29% -
HSV(B) 0.47º 0.93% 0.54% -
XYZ 10.49 5.58 0.81 -
YUV 48.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 137 11 10 0 0.92 0.93 0.46 0.47 0.86 0.29
Hex 89 B A 0 5C 5D 2E 0 56 1D
Octal 211 13 12 0 134 135 56 0 126 35
Binary 10001001 1011 1010 0 1011100 1011101 101110 0 1010110 11101

Color Harmonies of #890B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B0A

Black with #890B0A

Text Example


Text Example

White with #890B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B0A; }

 p { color: rgb(137,11,10); }

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

background-color css

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

 a { background-color: rgb(137,11,10); }

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

border-color css

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

 span { border-color: rgb(137,11,10); }

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