Html Css Color HEX #980210 Sangria

📋 copy color: '#980210'

red 152 ◦ green 2 ◦ blue 16

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

Shades of Sangria #980210

Tints of Sangria #980210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 89.41%
G = 1.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980210 (or 0x980210) is known color: Sangria. HEX triplet: 98, 02 and 10. RGB value is (152,2,16). Sum of RGB (Red+Green+Blue) = 152+2+16=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #980210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980210 is #67FDEF. Grayscale: #303030. Windows color (decimal): -6815216 or 1049240. OLE color: 1049240.

HSL color Cylindrical-coordinate representation of color #980210: hue angle of 354.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980210 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 16 -
CMYK 0 0.99 0.89 0.40
HSL 354.4º 0.97% 0.3% -
HSV(B) 354.4º 0.99% 0.6% -
XYZ 13.06 6.76 1.11 -
YUV 48.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 152 2 16 0 0.99 0.89 0.40 354.4 0.97 0.3
Hex 98 2 10 0 63 59 28 162 61 1E
Octal 230 2 20 0 143 131 50 542 141 36
Binary 10011000 10 10000 0 1100011 1011001 101000 101100010 1100001 11110

Color Harmonies of #980210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980210

Black with #980210

Text Example


Text Example

White with #980210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980210; }

 p { color: rgb(152,2,16); }

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

background-color css

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

 a { background-color: rgb(152,2,16); }

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

border-color css

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

 span { border-color: rgb(152,2,16); }

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