Html Css Color HEX #89060F Sangria

📋 copy color: '#89060F'

red 137 ◦ green 6 ◦ blue 15

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

Shades of Sangria #89060F

Tints of Sangria #89060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 86.71%
G = 3.8%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89060F (or 0x89060F) is known color: Sangria. HEX triplet: 89, 06 and 0F. RGB value is (137,6,15). Sum of RGB (Red+Green+Blue) = 137+6+15=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #89060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060F is #76F9F0. Grayscale: #2E2E2E. Windows color (decimal): -7797233 or 984713. OLE color: 984713.

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

Color convert

RGB 137 6 15 -
CMYK 0 0.96 0.89 0.46
HSL 355.88º 0.92% 0.28% -
HSV(B) 355.88º 0.96% 0.54% -
XYZ 10.47 5.48 0.96 -
YUV 46.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 137 6 15 0 0.96 0.89 0.46 355.88 0.92 0.28
Hex 89 6 F 0 60 59 2E 164 5C 1C
Octal 211 6 17 0 140 131 56 544 134 34
Binary 10001001 110 1111 0 1100000 1011001 101110 101100100 1011100 11100

Color Harmonies of #89060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89060F

Black with #89060F

Text Example


Text Example

White with #89060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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