#981214

Color #981214 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #981214

Tints of Sangria #981214

Color information

#981214 (or 0x981214) is unknown color: approx Sangria. HEX triplet: 98, 12 and 14. RGB value is (152,18,20). Sum of RGB (Red+Green+Blue) = 152+18+20=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981214 is #67EDEB. Grayscale: #3A3A3A. Windows color (decimal): -6811116 or 1315480. OLE color: 1315480.

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

Color convert

RGB1521820-
CMYK00.880.870.40
HSL359.1º78.82%33.33%-
HSV(B)359.1º88.16%59.61%-
XYZ13.297.161.34-
YUV58.29106.39194.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=80%
G=9.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152182000.880.870.40359.178.8233.33
Hex98121405857281674f21
Octal230222401301275054711741
Binary1001100010010101000101100010101111010001011001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981214; }

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

 H1.HeaderClassName
 {
   color: #981214;
 }
 .AnyTagClassName
 {
   color: #981214;
 }
</style>
background-color css

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

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

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

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

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

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