Html Css Color HEX #890C0B Dark Red

📋 copy color: '#890C0B'

red 137 ◦ green 12 ◦ blue 11

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

Shades of Dark Red #890C0B

Tints of Dark Red #890C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 85.63%
G = 7.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#890C0B (or 0x890C0B) is known color: Dark Red. HEX triplet: 89, 0C and 0B. RGB value is (137,12,11). Sum of RGB (Red+Green+Blue) = 137+12+11=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C0B is #76F3F4. Grayscale: #313131. Windows color (decimal): -7795701 or 724105. OLE color: 724105.

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

Color convert

RGB 137 12 11 -
CMYK 0 0.91 0.92 0.46
HSL 0.48º 0.85% 0.29% -
HSV(B) 0.48º 0.92% 0.54% -
XYZ 10.51 5.61 0.84 -
YUV 49.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 137 12 11 0 0.91 0.92 0.46 0.48 0.85 0.29
Hex 89 C B 0 5B 5C 2E 0 55 1D
Octal 211 14 13 0 133 134 56 0 125 35
Binary 10001001 1100 1011 0 1011011 1011100 101110 0 1010101 11101

Color Harmonies of #890C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C0B

Black with #890C0B

Text Example


Text Example

White with #890C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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