Html Css Color HEX #980509 Sangria

📋 copy color: '#980509'

red 152 ◦ green 5 ◦ blue 9

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

Shades of Sangria #980509

Tints of Sangria #980509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 91.57%
G = 3.01%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#980509 (or 0x980509) is known color: Sangria. HEX triplet: 98, 05 and 09. RGB value is (152,5,9). Sum of RGB (Red+Green+Blue) = 152+5+9=166 (21% of max value = 765). Red value is 152 (59.77% from 255 or 91.57% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 152 - color contains mainly: red. Hex color #980509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980509 is #67FAF6. Grayscale: #313131. Windows color (decimal): -6814455 or 591256. OLE color: 591256.

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

Color convert

RGB 152 5 9 -
CMYK 0 0.97 0.94 0.40
HSL 358.37º 0.94% 0.31% -
HSV(B) 358.37º 0.97% 0.6% -
XYZ 13.05 6.8 0.88 -
YUV 49.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 152 5 9 0 0.97 0.94 0.40 358.37 0.94 0.31
Hex 98 5 9 0 61 5E 28 166 5E 1F
Octal 230 5 11 0 141 136 50 546 136 37
Binary 10011000 101 1001 0 1100001 1011110 101000 101100110 1011110 11111

Color Harmonies of #980509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980509

Black with #980509

Text Example


Text Example

White with #980509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980509; }

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

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

background-color css

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

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

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

border-color css

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

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

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