Html Css Color HEX #980911 Sangria

📋 copy color: '#980911'

red 152 ◦ green 9 ◦ blue 17

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

Shades of Sangria #980911

Tints of Sangria #980911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 85.39%
G = 5.06%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980911 (or 0x980911) is known color: Sangria. HEX triplet: 98, 09 and 11. RGB value is (152,9,17). Sum of RGB (Red+Green+Blue) = 152+9+17=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980911 is #67F6EE. Grayscale: #343434. Windows color (decimal): -6813423 or 1116568. OLE color: 1116568.

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

Color convert

RGB 152 9 17 -
CMYK 0 0.94 0.89 0.40
HSL 356.64º 0.89% 0.32% -
HSV(B) 356.64º 0.94% 0.6% -
XYZ 13.15 6.91 1.17 -
YUV 52.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 152 9 17 0 0.94 0.89 0.40 356.64 0.89 0.32
Hex 98 9 11 0 5E 59 28 165 59 20
Octal 230 11 21 0 136 131 50 545 131 40
Binary 10011000 1001 10001 0 1011110 1011001 101000 101100101 1011001 100000

Color Harmonies of #980911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980911

Black with #980911

Text Example


Text Example

White with #980911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980911; }

 p { color: rgb(152,9,17); }

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

background-color css

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

 a { background-color: rgb(152,9,17); }

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

border-color css

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

 span { border-color: rgb(152,9,17); }

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