Html Css Color HEX #AD1149 Jazzberry Jam

📋 copy color: '#AD1149'

red 173 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #AD1149

Tints of Jazzberry Jam #AD1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 65.78%
G = 6.46%
B = 27.76%

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

#AD1149 (or 0xAD1149) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 49. RGB value is (173,17,73). Sum of RGB (Red+Green+Blue) = 173+17+73=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1149 is #52EEB6. Grayscale: #454545. Windows color (decimal): -5435063 or 4788653. OLE color: 4788653.

HSL color Cylindrical-coordinate representation of color #AD1149: hue angle of 338.46º degrees, saturation: 0.82, 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 #AD1149 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 73 -
CMYK 0 0.90 0.58 0.32
HSL 338.46º 0.82% 0.37% -
HSV(B) 338.46º 0.9% 0.68% -
XYZ 18.64 9.77 7.21 -
YUV 70.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 173 17 73 0 0.90 0.58 0.32 338.46 0.82 0.37
Hex AD 11 49 0 5A 3A 20 152 52 25
Octal 255 21 111 0 132 72 40 522 122 45
Binary 10101101 10001 1001001 0 1011010 111010 100000 101010010 1010010 100101

Color Harmonies of #AD1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1149

Black with #AD1149

Text Example


Text Example

White with #AD1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1149; }

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

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

background-color css

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

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

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

border-color css

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

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

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