Html Css Color HEX #980506 Sangria

📋 copy color: '#980506'

red 152 ◦ green 5 ◦ blue 6

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

Shades of Sangria #980506

Tints of Sangria #980506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 93.25%
G = 3.07%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#980506 (or 0x980506) is known color: Sangria. HEX triplet: 98, 05 and 06. RGB value is (152,5,6). Sum of RGB (Red+Green+Blue) = 152+5+6=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980506 is #67FAF9. Grayscale: #313131. Windows color (decimal): -6814458 or 394648. OLE color: 394648.

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

Color convert

RGB 152 5 6 -
CMYK 0 0.97 0.96 0.40
HSL 359.59º 0.94% 0.31% -
HSV(B) 359.59º 0.97% 0.6% -
XYZ 13.04 6.8 0.8 -
YUV 49.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 152 5 6 0 0.97 0.96 0.40 359.59 0.94 0.31
Hex 98 5 6 0 61 60 28 168 5E 1F
Octal 230 5 6 0 141 140 50 550 136 37
Binary 10011000 101 110 0 1100001 1100000 101000 101101000 1011110 11111

Color Harmonies of #980506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980506

Black with #980506

Text Example


Text Example

White with #980506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980506; }

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

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

background-color css

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

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

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

border-color css

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

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

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