Html Css Color HEX #AD044C Jazzberry Jam

📋 copy color: '#AD044C'

red 173 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #AD044C

Tints of Jazzberry Jam #AD044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 68.38%
G = 1.58%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD044C (or 0xAD044C) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 4C. RGB value is (173,4,76). Sum of RGB (Red+Green+Blue) = 173+4+76=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD044C is #52FBB3. Grayscale: #3E3E3E. Windows color (decimal): -5438388 or 4981933. OLE color: 4981933.

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

Color convert

RGB 173 4 76 -
CMYK 0 0.98 0.56 0.32
HSL 334.44º 0.95% 0.35% -
HSV(B) 334.44º 0.98% 0.68% -
XYZ 18.58 9.49 7.69 -
YUV 62.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 173 4 76 0 0.98 0.56 0.32 334.44 0.95 0.35
Hex AD 4 4C 0 62 38 20 14E 5F 23
Octal 255 4 114 0 142 70 40 516 137 43
Binary 10101101 100 1001100 0 1100010 111000 100000 101001110 1011111 100011

Color Harmonies of #AD044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD044C

Black with #AD044C

Text Example


Text Example

White with #AD044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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