Html Css Color HEX #AD0449 Jazzberry Jam

📋 copy color: '#AD0449'

red 173 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #AD0449

Tints of Jazzberry Jam #AD0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 69.2%
G = 1.6%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0449 (or 0xAD0449) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 49. RGB value is (173,4,73). Sum of RGB (Red+Green+Blue) = 173+4+73=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0449 is #52FBB6. Grayscale: #3E3E3E. Windows color (decimal): -5438391 or 4785325. OLE color: 4785325.

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

Color convert

RGB 173 4 73 -
CMYK 0 0.98 0.58 0.32
HSL 335.5º 0.95% 0.35% -
HSV(B) 335.5º 0.98% 0.68% -
XYZ 18.48 9.45 7.15 -
YUV 62.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 173 4 73 0 0.98 0.58 0.32 335.5 0.95 0.35
Hex AD 4 49 0 62 3A 20 150 5F 23
Octal 255 4 111 0 142 72 40 520 137 43
Binary 10101101 100 1001001 0 1100010 111010 100000 101010000 1011111 100011

Color Harmonies of #AD0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0449

Black with #AD0449

Text Example


Text Example

White with #AD0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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