Html Css Color HEX #981012 Sangria

📋 copy color: '#981012'

red 152 ◦ green 16 ◦ blue 18

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

Shades of Sangria #981012

Tints of Sangria #981012

RGB

 RED value IS 152 (59.77% from 255) = 81.72%

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 81.72%
G = 8.6%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981012 (or 0x981012) is known color: Sangria. HEX triplet: 98, 10 and 12. RGB value is (152,16,18). Sum of RGB (Red+Green+Blue) = 152+16+18=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #981012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981012 is #67EFED. Grayscale: #393939. Windows color (decimal): -6811630 or 1183896. OLE color: 1183896.

HSL color Cylindrical-coordinate representation of color #981012: hue angle of 359.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981012 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 18 -
CMYK 0 0.89 0.88 0.40
HSL 359.12º 0.81% 0.33% -
HSV(B) 359.12º 0.89% 0.6% -
XYZ 13.24 7.09 1.24 -
YUV 56.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 152 16 18 0 0.89 0.88 0.40 359.12 0.81 0.33
Hex 98 10 12 0 59 58 28 167 51 21
Octal 230 20 22 0 131 130 50 547 121 41
Binary 10011000 10000 10010 0 1011001 1011000 101000 101100111 1010001 100001

Color Harmonies of #981012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981012

Black with #981012

Text Example


Text Example

White with #981012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981012; }

 p { color: rgb(152,16,18); }

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

background-color css

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

 a { background-color: rgb(152,16,18); }

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

border-color css

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

 span { border-color: rgb(152,16,18); }

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