Html Css Color HEX #89020D Sangria

📋 copy color: '#89020D'

red 137 ◦ green 2 ◦ blue 13

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

Shades of Sangria #89020D

Tints of Sangria #89020D

RGB

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

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

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

R = 90.13%
G = 1.32%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89020D (or 0x89020D) is known color: Sangria. HEX triplet: 89, 02 and 0D. RGB value is (137,2,13). Sum of RGB (Red+Green+Blue) = 137+2+13=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #89020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89020D is #76FDF2. Grayscale: #2B2B2B. Windows color (decimal): -7798259 or 852617. OLE color: 852617.

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

Color convert

RGB 137 2 13 -
CMYK 0 0.99 0.91 0.46
HSL 355.11º 0.97% 0.27% -
HSV(B) 355.11º 0.99% 0.54% -
XYZ 10.41 5.39 0.87 -
YUV 43.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 137 2 13 0 0.99 0.91 0.46 355.11 0.97 0.27
Hex 89 2 D 0 63 5B 2E 163 61 1B
Octal 211 2 15 0 143 133 56 543 141 33
Binary 10001001 10 1101 0 1100011 1011011 101110 101100011 1100001 11011

Color Harmonies of #89020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89020D

Black with #89020D

Text Example


Text Example

White with #89020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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