Html Css Color HEX #89070F Sangria

📋 copy color: '#89070F'

red 137 ◦ green 7 ◦ blue 15

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

Shades of Sangria #89070F

Tints of Sangria #89070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 86.16%
G = 4.4%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89070F (or 0x89070F) is known color: Sangria. HEX triplet: 89, 07 and 0F. RGB value is (137,7,15). Sum of RGB (Red+Green+Blue) = 137+7+15=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #89070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89070F is #76F8F0. Grayscale: #2E2E2E. Windows color (decimal): -7796977 or 984969. OLE color: 984969.

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

Color convert

RGB 137 7 15 -
CMYK 0 0.95 0.89 0.46
HSL 356.31º 0.9% 0.28% -
HSV(B) 356.31º 0.95% 0.54% -
XYZ 10.48 5.5 0.96 -
YUV 46.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 137 7 15 0 0.95 0.89 0.46 356.31 0.9 0.28
Hex 89 7 F 0 5F 59 2E 164 5A 1C
Octal 211 7 17 0 137 131 56 544 132 34
Binary 10001001 111 1111 0 1011111 1011001 101110 101100100 1011010 11100

Color Harmonies of #89070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89070F

Black with #89070F

Text Example


Text Example

White with #89070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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