Html Css Color HEX #89000C Sangria

📋 copy color: '#89000C'

red 137 ◦ green 0 ◦ blue 12

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

Shades of Sangria #89000C

Tints of Sangria #89000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.95%
G = 0%
B = 8.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89000C (or 0x89000C) is known color: Sangria. HEX triplet: 89, 00 and 0C. RGB value is (137,0,12). Sum of RGB (Red+Green+Blue) = 137+0+12=149 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.95% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 137 - color contains mainly: red. Hex color #89000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89000C is #76FFF3. Grayscale: #2A2A2A. Windows color (decimal): -7798772 or 786569. OLE color: 786569.

HSL color Cylindrical-coordinate representation of color #89000C: hue angle of 354.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 12 -
CMYK 0 1 0.91 0.46
HSL 354.74º 1% 0.27% -
HSV(B) 354.74º 1% 0.54% -
XYZ 10.38 5.34 0.83 -
YUV 42.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 137 0 12 0 1 0.91 0.46 354.74 1 0.27
Hex 89 0 C 0 64 5B 2E 163 64 1B
Octal 211 0 14 0 144 133 56 543 144 33
Binary 10001001 0 1100 0 1100100 1011011 101110 101100011 1100100 11011

Color Harmonies of #89000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89000C

Black with #89000C

Text Example


Text Example

White with #89000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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