Html Css Color HEX #AD0546 Jazzberry Jam

📋 copy color: '#AD0546'

red 173 ◦ green 5 ◦ blue 70

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

Shades of Jazzberry Jam #AD0546

Tints of Jazzberry Jam #AD0546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 69.76%
G = 2.02%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0546 (or 0xAD0546) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 46. RGB value is (173,5,70). Sum of RGB (Red+Green+Blue) = 173+5+70=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0546 is #52FAB9. Grayscale: #3E3E3E. Windows color (decimal): -5438138 or 4588973. OLE color: 4588973.

HSL color Cylindrical-coordinate representation of color #AD0546: hue angle of 336.79º 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 #AD0546 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 70 -
CMYK 0 0.97 0.60 0.32
HSL 336.79º 0.94% 0.35% -
HSV(B) 336.79º 0.97% 0.68% -
XYZ 18.39 9.43 6.65 -
YUV 62.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 173 5 70 0 0.97 0.60 0.32 336.79 0.94 0.35
Hex AD 5 46 0 61 3C 20 151 5E 23
Octal 255 5 106 0 141 74 40 521 136 43
Binary 10101101 101 1000110 0 1100001 111100 100000 101010001 1011110 100011

Color Harmonies of #AD0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0546

Black with #AD0546

Text Example


Text Example

White with #AD0546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0546; }

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

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

background-color css

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

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

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

border-color css

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

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

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