Html Css Color HEX #AD1249 Jazzberry Jam

📋 copy color: '#AD1249'

red 173 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #AD1249

Tints of Jazzberry Jam #AD1249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 65.53%
G = 6.82%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1249 (or 0xAD1249) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 49. RGB value is (173,18,73). Sum of RGB (Red+Green+Blue) = 173+18+73=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1249 is #52EDB6. Grayscale: #464646. Windows color (decimal): -5434807 or 4788909. OLE color: 4788909.

HSL color Cylindrical-coordinate representation of color #AD1249: hue angle of 338.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1249 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 73 -
CMYK 0 0.90 0.58 0.32
HSL 338.71º 0.81% 0.37% -
HSV(B) 338.71º 0.9% 0.68% -
XYZ 18.65 9.8 7.21 -
YUV 70.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 173 18 73 0 0.90 0.58 0.32 338.71 0.81 0.37
Hex AD 12 49 0 5A 3A 20 153 51 25
Octal 255 22 111 0 132 72 40 523 121 45
Binary 10101101 10010 1001001 0 1011010 111010 100000 101010011 1010001 100101

Color Harmonies of #AD1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1249

Black with #AD1249

Text Example


Text Example

White with #AD1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1249; }

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

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

background-color css

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

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

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

border-color css

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

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

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