Html Css Color HEX #980F13 Sangria

📋 copy color: '#980F13'

red 152 ◦ green 15 ◦ blue 19

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

Shades of Sangria #980F13

Tints of Sangria #980F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 81.72%
G = 8.06%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980F13 (or 0x980F13) is known color: Sangria. HEX triplet: 98, 0F and 13. RGB value is (152,15,19). Sum of RGB (Red+Green+Blue) = 152+15+19=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #980F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F13 is #67F0EC. Grayscale: #383838. Windows color (decimal): -6811885 or 1249176. OLE color: 1249176.

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

Color convert

RGB 152 15 19 -
CMYK 0 0.90 0.87 0.40
HSL 358.25º 0.82% 0.33% -
HSV(B) 358.25º 0.9% 0.6% -
XYZ 13.24 7.06 1.28 -
YUV 56.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 152 15 19 0 0.90 0.87 0.40 358.25 0.82 0.33
Hex 98 F 13 0 5A 57 28 166 52 21
Octal 230 17 23 0 132 127 50 546 122 41
Binary 10011000 1111 10011 0 1011010 1010111 101000 101100110 1010010 100001

Color Harmonies of #980F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F13

Black with #980F13

Text Example


Text Example

White with #980F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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