Html Css Color HEX #980709 Sangria

📋 copy color: '#980709'

red 152 ◦ green 7 ◦ blue 9

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

Shades of Sangria #980709

Tints of Sangria #980709

RGB

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

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

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

R = 90.48%
G = 4.17%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#980709 (or 0x980709) is known color: Sangria. HEX triplet: 98, 07 and 09. RGB value is (152,7,9). Sum of RGB (Red+Green+Blue) = 152+7+9=168 (22% of max value = 765). Red value is 152 (59.77% from 255 or 90.48% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 152 - color contains mainly: red. Hex color #980709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980709 is #67F8F6. Grayscale: #323232. Windows color (decimal): -6813943 or 591768. OLE color: 591768.

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

Color convert

RGB 152 7 9 -
CMYK 0 0.95 0.94 0.40
HSL 359.17º 0.91% 0.31% -
HSV(B) 359.17º 0.95% 0.6% -
XYZ 13.07 6.85 0.89 -
YUV 50.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 152 7 9 0 0.95 0.94 0.40 359.17 0.91 0.31
Hex 98 7 9 0 5F 5E 28 167 5B 1F
Octal 230 7 11 0 137 136 50 547 133 37
Binary 10011000 111 1001 0 1011111 1011110 101000 101100111 1011011 11111

Color Harmonies of #980709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980709

Black with #980709

Text Example


Text Example

White with #980709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980709; }

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

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

background-color css

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

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

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

border-color css

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

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

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