Html Css Color HEX #89020F Sangria

📋 copy color: '#89020F'

red 137 ◦ green 2 ◦ blue 15

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

Shades of Sangria #89020F

Tints of Sangria #89020F

RGB

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

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

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

R = 88.96%
G = 1.3%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89020F (or 0x89020F) is known color: Sangria. HEX triplet: 89, 02 and 0F. RGB value is (137,2,15). Sum of RGB (Red+Green+Blue) = 137+2+15=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #89020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89020F is #76FDF0. Grayscale: #2B2B2B. Windows color (decimal): -7798257 or 983689. OLE color: 983689.

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

Color convert

RGB 137 2 15 -
CMYK 0 0.99 0.89 0.46
HSL 354.22º 0.97% 0.27% -
HSV(B) 354.22º 0.99% 0.54% -
XYZ 10.42 5.4 0.94 -
YUV 43.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 137 2 15 0 0.99 0.89 0.46 354.22 0.97 0.27
Hex 89 2 F 0 63 59 2E 162 61 1B
Octal 211 2 17 0 143 131 56 542 141 33
Binary 10001001 10 1111 0 1100011 1011001 101110 101100010 1100001 11011

Color Harmonies of #89020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89020F

Black with #89020F

Text Example


Text Example

White with #89020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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