Html Css Color HEX #89080F Sangria

📋 copy color: '#89080F'

red 137 ◦ green 8 ◦ blue 15

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

Shades of Sangria #89080F

Tints of Sangria #89080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 85.63%
G = 5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89080F (or 0x89080F) is known color: Sangria. HEX triplet: 89, 08 and 0F. RGB value is (137,8,15). Sum of RGB (Red+Green+Blue) = 137+8+15=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #89080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080F is #76F7F0. Grayscale: #2F2F2F. Windows color (decimal): -7796721 or 985225. OLE color: 985225.

HSL color Cylindrical-coordinate representation of color #89080F: hue angle of 356.74º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 15 -
CMYK 0 0.94 0.89 0.46
HSL 356.74º 0.89% 0.28% -
HSV(B) 356.74º 0.94% 0.54% -
XYZ 10.49 5.53 0.97 -
YUV 47.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 137 8 15 0 0.94 0.89 0.46 356.74 0.89 0.28
Hex 89 8 F 0 5E 59 2E 165 59 1C
Octal 211 10 17 0 136 131 56 545 131 34
Binary 10001001 1000 1111 0 1011110 1011001 101110 101100101 1011001 11100

Color Harmonies of #89080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89080F

Black with #89080F

Text Example


Text Example

White with #89080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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