Html Css Color HEX #890A0D Sangria

📋 copy color: '#890A0D'

red 137 ◦ green 10 ◦ blue 13

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

Shades of Sangria #890A0D

Tints of Sangria #890A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 85.63%
G = 6.25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#890A0D (or 0x890A0D) is known color: Sangria. HEX triplet: 89, 0A and 0D. RGB value is (137,10,13). Sum of RGB (Red+Green+Blue) = 137+10+13=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A0D is #76F5F2. Grayscale: #303030. Windows color (decimal): -7796211 or 854665. OLE color: 854665.

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

Color convert

RGB 137 10 13 -
CMYK 0 0.93 0.91 0.46
HSL 358.58º 0.86% 0.29% -
HSV(B) 358.58º 0.93% 0.54% -
XYZ 10.5 5.56 0.9 -
YUV 48.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 137 10 13 0 0.93 0.91 0.46 358.58 0.86 0.29
Hex 89 A D 0 5D 5B 2E 167 56 1D
Octal 211 12 15 0 135 133 56 547 126 35
Binary 10001001 1010 1101 0 1011101 1011011 101110 101100111 1010110 11101

Color Harmonies of #890A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A0D

Black with #890A0D

Text Example


Text Example

White with #890A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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