Html Css Color HEX #890A0F Sangria

📋 copy color: '#890A0F'

red 137 ◦ green 10 ◦ blue 15

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

Shades of Sangria #890A0F

Tints of Sangria #890A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 84.57%
G = 6.17%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#890A0F (or 0x890A0F) is known color: Sangria. HEX triplet: 89, 0A and 0F. RGB value is (137,10,15). Sum of RGB (Red+Green+Blue) = 137+10+15=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #890A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A0F is #76F5F0. Grayscale: #303030. Windows color (decimal): -7796209 or 985737. OLE color: 985737.

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

Color convert

RGB 137 10 15 -
CMYK 0 0.93 0.89 0.46
HSL 357.64º 0.86% 0.29% -
HSV(B) 357.64º 0.93% 0.54% -
XYZ 10.51 5.57 0.97 -
YUV 48.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 137 10 15 0 0.93 0.89 0.46 357.64 0.86 0.29
Hex 89 A F 0 5D 59 2E 166 56 1D
Octal 211 12 17 0 135 131 56 546 126 35
Binary 10001001 1010 1111 0 1011101 1011001 101110 101100110 1010110 11101

Color Harmonies of #890A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A0F

Black with #890A0F

Text Example


Text Example

White with #890A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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