Html Css Color HEX #980410 Sangria

📋 copy color: '#980410'

red 152 ◦ green 4 ◦ blue 16

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

Shades of Sangria #980410

Tints of Sangria #980410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 88.37%
G = 2.33%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980410 (or 0x980410) is known color: Sangria. HEX triplet: 98, 04 and 10. RGB value is (152,4,16). Sum of RGB (Red+Green+Blue) = 152+4+16=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980410 is #67FBEF. Grayscale: #313131. Windows color (decimal): -6814704 or 1049752. OLE color: 1049752.

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

Color convert

RGB 152 4 16 -
CMYK 0 0.97 0.89 0.40
HSL 355.14º 0.95% 0.31% -
HSV(B) 355.14º 0.97% 0.6% -
XYZ 13.09 6.8 1.11 -
YUV 49.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 152 4 16 0 0.97 0.89 0.40 355.14 0.95 0.31
Hex 98 4 10 0 61 59 28 163 5F 1F
Octal 230 4 20 0 141 131 50 543 137 37
Binary 10011000 100 10000 0 1100001 1011001 101000 101100011 1011111 11111

Color Harmonies of #980410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980410

Black with #980410

Text Example


Text Example

White with #980410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980410; }

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

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

background-color css

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

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

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

border-color css

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

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

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