Html Css Color HEX #980209 Sangria

📋 copy color: '#980209'

red 152 ◦ green 2 ◦ blue 9

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

Shades of Sangria #980209

Tints of Sangria #980209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 93.25%
G = 1.23%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#980209 (or 0x980209) is known color: Sangria. HEX triplet: 98, 02 and 09. RGB value is (152,2,9). Sum of RGB (Red+Green+Blue) = 152+2+9=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980209 is #67FDF6. Grayscale: #2F2F2F. Windows color (decimal): -6815223 or 590488. OLE color: 590488.

HSL color Cylindrical-coordinate representation of color #980209: hue angle of 357.2º 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 #980209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 9 -
CMYK 0 0.99 0.94 0.40
HSL 357.2º 0.97% 0.3% -
HSV(B) 357.2º 0.99% 0.6% -
XYZ 13.02 6.74 0.87 -
YUV 47.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 152 2 9 0 0.99 0.94 0.40 357.2 0.97 0.3
Hex 98 2 9 0 63 5E 28 165 61 1E
Octal 230 2 11 0 143 136 50 545 141 36
Binary 10011000 10 1001 0 1100011 1011110 101000 101100101 1100001 11110

Color Harmonies of #980209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980209

Black with #980209

Text Example


Text Example

White with #980209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980209; }

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

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

background-color css

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

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

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

border-color css

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

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

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