Html Css Color HEX #89060A Sangria

📋 copy color: '#89060A'

red 137 ◦ green 6 ◦ blue 10

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

Shades of Sangria #89060A

Tints of Sangria #89060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.54%

R = 89.54%
G = 3.92%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89060A (or 0x89060A) is known color: Sangria. HEX triplet: 89, 06 and 0A. RGB value is (137,6,10). Sum of RGB (Red+Green+Blue) = 137+6+10=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #89060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060A is #76F9F5. Grayscale: #2D2D2D. Windows color (decimal): -7797238 or 657033. OLE color: 657033.

HSL color Cylindrical-coordinate representation of color #89060A: hue angle of 358.17º 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 #89060A is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 10 -
CMYK 0 0.96 0.93 0.46
HSL 358.17º 0.92% 0.28% -
HSV(B) 358.17º 0.96% 0.54% -
XYZ 10.44 5.47 0.79 -
YUV 45.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 137 6 10 0 0.96 0.93 0.46 358.17 0.92 0.28
Hex 89 6 A 0 60 5D 2E 166 5C 1C
Octal 211 6 12 0 140 135 56 546 134 34
Binary 10001001 110 1010 0 1100000 1011101 101110 101100110 1011100 11100

Color Harmonies of #89060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89060A

Black with #89060A

Text Example


Text Example

White with #89060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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