Html Css Color HEX #981314 Sangria

📋 copy color: '#981314'

red 152 ◦ green 19 ◦ blue 20

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

Shades of Sangria #981314

Tints of Sangria #981314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 79.58%
G = 9.95%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981314 (or 0x981314) is known color: Sangria. HEX triplet: 98, 13 and 14. RGB value is (152,19,20). Sum of RGB (Red+Green+Blue) = 152+19+20=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #981314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981314 is #67ECEB. Grayscale: #3B3B3B. Windows color (decimal): -6810860 or 1315736. OLE color: 1315736.

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

Color convert

RGB 152 19 20 -
CMYK 0 0.87 0.87 0.40
HSL 359.55º 0.78% 0.34% -
HSV(B) 359.55º 0.88% 0.6% -
XYZ 13.31 7.19 1.35 -
YUV 58.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 152 19 20 0 0.87 0.87 0.40 359.55 0.78 0.34
Hex 98 13 14 0 57 57 28 168 4E 22
Octal 230 23 24 0 127 127 50 550 116 42
Binary 10011000 10011 10100 0 1010111 1010111 101000 101101000 1001110 100010

Color Harmonies of #981314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981314

Black with #981314

Text Example


Text Example

White with #981314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981314; }

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

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

background-color css

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

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

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

border-color css

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

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

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