Html Css Color HEX #890B08 Dark Red

📋 copy color: '#890B08'

red 137 ◦ green 11 ◦ blue 8

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

Shades of Dark Red #890B08

Tints of Dark Red #890B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 87.82%
G = 7.05%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#890B08 (or 0x890B08) is known color: Dark Red. HEX triplet: 89, 0B and 08. RGB value is (137,11,8). Sum of RGB (Red+Green+Blue) = 137+11+8=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B08 is #76F4F7. Grayscale: #303030. Windows color (decimal): -7795960 or 527241. OLE color: 527241.

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

Color convert

RGB 137 11 8 -
CMYK 0 0.92 0.94 0.46
HSL 1.4º 0.89% 0.28% -
HSV(B) 1.4º 0.94% 0.54% -
XYZ 10.48 5.58 0.75 -
YUV 48.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 137 11 8 0 0.92 0.94 0.46 1.4 0.89 0.28
Hex 89 B 8 0 5C 5E 2E 1 59 1C
Octal 211 13 10 0 134 136 56 1 131 34
Binary 10001001 1011 1000 0 1011100 1011110 101110 1 1011001 11100

Color Harmonies of #890B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B08

Black with #890B08

Text Example


Text Example

White with #890B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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