Html Css Color HEX #AD044A Jazzberry Jam

📋 copy color: '#AD044A'

red 173 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #AD044A

Tints of Jazzberry Jam #AD044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 68.92%
G = 1.59%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD044A (or 0xAD044A) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 4A. RGB value is (173,4,74). Sum of RGB (Red+Green+Blue) = 173+4+74=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD044A is #52FBB5. Grayscale: #3E3E3E. Windows color (decimal): -5438390 or 4850861. OLE color: 4850861.

HSL color Cylindrical-coordinate representation of color #AD044A: hue angle of 335.15º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD044A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 74 -
CMYK 0 0.98 0.57 0.32
HSL 335.15º 0.95% 0.35% -
HSV(B) 335.15º 0.98% 0.68% -
XYZ 18.51 9.47 7.33 -
YUV 62.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 173 4 74 0 0.98 0.57 0.32 335.15 0.95 0.35
Hex AD 4 4A 0 62 39 20 14F 5F 23
Octal 255 4 112 0 142 71 40 517 137 43
Binary 10101101 100 1001010 0 1100010 111001 100000 101001111 1011111 100011

Color Harmonies of #AD044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD044A

Black with #AD044A

Text Example


Text Example

White with #AD044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD044A; }

 p { color: rgb(173,4,74); }

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

background-color css

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

 a { background-color: rgb(173,4,74); }

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

border-color css

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

 span { border-color: rgb(173,4,74); }

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