Html Css Color HEX #980710 Sangria

📋 copy color: '#980710'

red 152 ◦ green 7 ◦ blue 16

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

Shades of Sangria #980710

Tints of Sangria #980710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 86.86%
G = 4%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980710 (or 0x980710) is known color: Sangria. HEX triplet: 98, 07 and 10. RGB value is (152,7,16). Sum of RGB (Red+Green+Blue) = 152+7+16=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980710 is #67F8EF. Grayscale: #333333. Windows color (decimal): -6813936 or 1050520. OLE color: 1050520.

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

Color convert

RGB 152 7 16 -
CMYK 0 0.95 0.89 0.40
HSL 356.28º 0.91% 0.31% -
HSV(B) 356.28º 0.95% 0.6% -
XYZ 13.12 6.86 1.12 -
YUV 51.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 152 7 16 0 0.95 0.89 0.40 356.28 0.91 0.31
Hex 98 7 10 0 5F 59 28 164 5B 1F
Octal 230 7 20 0 137 131 50 544 133 37
Binary 10011000 111 10000 0 1011111 1011001 101000 101100100 1011011 11111

Color Harmonies of #980710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980710

Black with #980710

Text Example


Text Example

White with #980710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980710; }

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

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

background-color css

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

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

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

border-color css

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

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

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