Html Css Color HEX #AD0C49 Jazzberry Jam

📋 copy color: '#AD0C49'

red 173 ◦ green 12 ◦ blue 73

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

Shades of Jazzberry Jam #AD0C49

Tints of Jazzberry Jam #AD0C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 67.05%
G = 4.65%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0C49 (or 0xAD0C49) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 49. RGB value is (173,12,73). Sum of RGB (Red+Green+Blue) = 173+12+73=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C49 is #52F3B6. Grayscale: #434343. Windows color (decimal): -5436343 or 4787373. OLE color: 4787373.

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

Color convert

RGB 173 12 73 -
CMYK 0 0.93 0.58 0.32
HSL 337.27º 0.87% 0.36% -
HSV(B) 337.27º 0.93% 0.68% -
XYZ 18.57 9.63 7.18 -
YUV 67.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 173 12 73 0 0.93 0.58 0.32 337.27 0.87 0.36
Hex AD C 49 0 5D 3A 20 151 57 24
Octal 255 14 111 0 135 72 40 521 127 44
Binary 10101101 1100 1001001 0 1011101 111010 100000 101010001 1010111 100100

Color Harmonies of #AD0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C49

Black with #AD0C49

Text Example


Text Example

White with #AD0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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