Html Css Color HEX #890A0B Sangria

📋 copy color: '#890A0B'

red 137 ◦ green 10 ◦ blue 11

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

Shades of Sangria #890A0B

Tints of Sangria #890A0B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #890A0B: hue angle of 359.53º 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 #890A0B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

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

Color Harmonies of #890A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A0B

Black with #890A0B

Text Example


Text Example

White with #890A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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