Html Css Color HEX #AD0544 Jazzberry Jam

📋 copy color: '#AD0544'

red 173 ◦ green 5 ◦ blue 68

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

Shades of Jazzberry Jam #AD0544

Tints of Jazzberry Jam #AD0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 70.33%
G = 2.03%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0544 (or 0xAD0544) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 44. RGB value is (173,5,68). Sum of RGB (Red+Green+Blue) = 173+5+68=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0544 is #52FABB. Grayscale: #3E3E3E. Windows color (decimal): -5438140 or 4457901. OLE color: 4457901.

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

Color convert

RGB 173 5 68 -
CMYK 0 0.97 0.61 0.32
HSL 337.5º 0.94% 0.35% -
HSV(B) 337.5º 0.97% 0.68% -
XYZ 18.33 9.41 6.32 -
YUV 62.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 173 5 68 0 0.97 0.61 0.32 337.5 0.94 0.35
Hex AD 5 44 0 61 3D 20 152 5E 23
Octal 255 5 104 0 141 75 40 522 136 43
Binary 10101101 101 1000100 0 1100001 111101 100000 101010010 1011110 100011

Color Harmonies of #AD0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0544

Black with #AD0544

Text Example


Text Example

White with #AD0544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0544; }

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

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

background-color css

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

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

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

border-color css

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

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

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