Html Css Color HEX #980E12 Sangria

📋 copy color: '#980E12'

red 152 ◦ green 14 ◦ blue 18

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

Shades of Sangria #980E12

Tints of Sangria #980E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

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

R = 82.61%
G = 7.61%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980E12 (or 0x980E12) is known color: Sangria. HEX triplet: 98, 0E and 12. RGB value is (152,14,18). Sum of RGB (Red+Green+Blue) = 152+14+18=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #980E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980E12 is #67F1ED. Grayscale: #373737. Windows color (decimal): -6812142 or 1183384. OLE color: 1183384.

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

Color convert

RGB 152 14 18 -
CMYK 0 0.91 0.88 0.40
HSL 358.26º 0.83% 0.33% -
HSV(B) 358.26º 0.91% 0.6% -
XYZ 13.22 7.03 1.23 -
YUV 55.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 152 14 18 0 0.91 0.88 0.40 358.26 0.83 0.33
Hex 98 E 12 0 5B 58 28 166 53 21
Octal 230 16 22 0 133 130 50 546 123 41
Binary 10011000 1110 10010 0 1011011 1011000 101000 101100110 1010011 100001

Color Harmonies of #980E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E12

Black with #980E12

Text Example


Text Example

White with #980E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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