Html Css Color HEX #890212 Sangria

📋 copy color: '#890212'

red 137 ◦ green 2 ◦ blue 18

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

Shades of Sangria #890212

Tints of Sangria #890212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 87.26%
G = 1.27%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#890212 (or 0x890212) is known color: Sangria. HEX triplet: 89, 02 and 12. RGB value is (137,2,18). Sum of RGB (Red+Green+Blue) = 137+2+18=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890212 is #76FDED. Grayscale: #2C2C2C. Windows color (decimal): -7798254 or 1180297. OLE color: 1180297.

HSL color Cylindrical-coordinate representation of color #890212: hue angle of 352.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890212 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 18 -
CMYK 0 0.99 0.87 0.46
HSL 352.89º 0.97% 0.27% -
HSV(B) 352.89º 0.99% 0.54% -
XYZ 10.45 5.41 1.06 -
YUV 44.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 137 2 18 0 0.99 0.87 0.46 352.89 0.97 0.27
Hex 89 2 12 0 63 57 2E 161 61 1B
Octal 211 2 22 0 143 127 56 541 141 33
Binary 10001001 10 10010 0 1100011 1010111 101110 101100001 1100001 11011

Color Harmonies of #890212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890212

Black with #890212

Text Example


Text Example

White with #890212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890212; }

 p { color: rgb(137,2,18); }

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

background-color css

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

 a { background-color: rgb(137,2,18); }

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

border-color css

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

 span { border-color: rgb(137,2,18); }

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