Html Css Color HEX #980009 Sangria

📋 copy color: '#980009'

red 152 ◦ green 0 ◦ blue 9

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

Shades of Sangria #980009

Tints of Sangria #980009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.41%
G = 0%
B = 5.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#980009 (or 0x980009) is known color: Sangria. HEX triplet: 98, 00 and 09. RGB value is (152,0,9). Sum of RGB (Red+Green+Blue) = 152+0+9=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980009 is #67FFF6. Grayscale: #2E2E2E. Windows color (decimal): -6815735 or 589976. OLE color: 589976.

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

Color convert

RGB 152 0 9 -
CMYK 0 1 0.94 0.40
HSL 356.45º 1% 0.3% -
HSV(B) 356.45º 1% 0.6% -
XYZ 13 6.7 0.87 -
YUV 46.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 152 0 9 0 1 0.94 0.40 356.45 1 0.3
Hex 98 0 9 0 64 5E 28 164 64 1E
Octal 230 0 11 0 144 136 50 544 144 36
Binary 10011000 0 1001 0 1100100 1011110 101000 101100100 1100100 11110

Color Harmonies of #980009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980009

Black with #980009

Text Example


Text Example

White with #980009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980009; }

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

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

background-color css

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

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

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

border-color css

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

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

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