Html Css Color HEX #981114 Sangria

📋 copy color: '#981114'

red 152 ◦ green 17 ◦ blue 20

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

Shades of Sangria #981114

Tints of Sangria #981114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 80.42%
G = 8.99%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981114 (or 0x981114) is known color: Sangria. HEX triplet: 98, 11 and 14. RGB value is (152,17,20). Sum of RGB (Red+Green+Blue) = 152+17+20=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #981114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981114 is #67EEEB. Grayscale: #393939. Windows color (decimal): -6811372 or 1315224. OLE color: 1315224.

HSL color Cylindrical-coordinate representation of color #981114: hue angle of 358.67º degrees, saturation: 0.8, 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 #981114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 20 -
CMYK 0 0.89 0.87 0.40
HSL 358.67º 0.8% 0.33% -
HSV(B) 358.67º 0.89% 0.6% -
XYZ 13.28 7.13 1.34 -
YUV 57.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 152 17 20 0 0.89 0.87 0.40 358.67 0.8 0.33
Hex 98 11 14 0 59 57 28 167 50 21
Octal 230 21 24 0 131 127 50 547 120 41
Binary 10011000 10001 10100 0 1011001 1010111 101000 101100111 1010000 100001

Color Harmonies of #981114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981114

Black with #981114

Text Example


Text Example

White with #981114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981114; }

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

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

background-color css

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

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

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

border-color css

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

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

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