Html Css Color HEX #89070C Sangria

📋 copy color: '#89070C'

red 137 ◦ green 7 ◦ blue 12

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

Shades of Sangria #89070C

Tints of Sangria #89070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 87.82%
G = 4.49%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89070C (or 0x89070C) is known color: Sangria. HEX triplet: 89, 07 and 0C. RGB value is (137,7,12). Sum of RGB (Red+Green+Blue) = 137+7+12=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #89070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89070C is #76F8F3. Grayscale: #2E2E2E. Windows color (decimal): -7796980 or 788361. OLE color: 788361.

HSL color Cylindrical-coordinate representation of color #89070C: hue angle of 357.69º 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 #89070C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 7 12 -
CMYK 0 0.95 0.91 0.46
HSL 357.69º 0.9% 0.28% -
HSV(B) 357.69º 0.95% 0.54% -
XYZ 10.46 5.5 0.86 -
YUV 46.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 137 7 12 0 0.95 0.91 0.46 357.69 0.9 0.28
Hex 89 7 C 0 5F 5B 2E 166 5A 1C
Octal 211 7 14 0 137 133 56 546 132 34
Binary 10001001 111 1100 0 1011111 1011011 101110 101100110 1011010 11100

Color Harmonies of #89070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89070C

Black with #89070C

Text Example


Text Example

White with #89070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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