Html Css Color HEX #AD0549 Jazzberry Jam

📋 copy color: '#AD0549'

red 173 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #AD0549

Tints of Jazzberry Jam #AD0549

RGB

 RED value IS 173 (67.97% from 255) = 68.92%

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

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 68.92%
G = 1.99%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0549 (or 0xAD0549) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 49. RGB value is (173,5,73). Sum of RGB (Red+Green+Blue) = 173+5+73=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0549 is #52FAB6. Grayscale: #3E3E3E. Windows color (decimal): -5438135 or 4785581. OLE color: 4785581.

HSL color Cylindrical-coordinate representation of color #AD0549: hue angle of 335.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0549 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 73 -
CMYK 0 0.97 0.58 0.32
HSL 335.71º 0.94% 0.35% -
HSV(B) 335.71º 0.97% 0.68% -
XYZ 18.49 9.47 7.16 -
YUV 62.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 173 5 73 0 0.97 0.58 0.32 335.71 0.94 0.35
Hex AD 5 49 0 61 3A 20 150 5E 23
Octal 255 5 111 0 141 72 40 520 136 43
Binary 10101101 101 1001001 0 1100001 111010 100000 101010000 1011110 100011

Color Harmonies of #AD0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0549

Black with #AD0549

Text Example


Text Example

White with #AD0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0549; }

 p { color: rgb(173,5,73); }

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

background-color css

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

 a { background-color: rgb(173,5,73); }

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

border-color css

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

 span { border-color: rgb(173,5,73); }

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