Html Css Color HEX #89060B Sangria

📋 copy color: '#89060B'

red 137 ◦ green 6 ◦ blue 11

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

Shades of Sangria #89060B

Tints of Sangria #89060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 88.96%
G = 3.9%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89060B (or 0x89060B) is known color: Sangria. HEX triplet: 89, 06 and 0B. RGB value is (137,6,11). Sum of RGB (Red+Green+Blue) = 137+6+11=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #89060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060B is #76F9F4. Grayscale: #2D2D2D. Windows color (decimal): -7797237 or 722569. OLE color: 722569.

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

Color convert

RGB 137 6 11 -
CMYK 0 0.96 0.92 0.46
HSL 357.71º 0.92% 0.28% -
HSV(B) 357.71º 0.96% 0.54% -
XYZ 10.44 5.47 0.82 -
YUV 45.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 137 6 11 0 0.96 0.92 0.46 357.71 0.92 0.28
Hex 89 6 B 0 60 5C 2E 166 5C 1C
Octal 211 6 13 0 140 134 56 546 134 34
Binary 10001001 110 1011 0 1100000 1011100 101110 101100110 1011100 11100

Color Harmonies of #89060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89060B

Black with #89060B

Text Example


Text Example

White with #89060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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