#AD124C

Color #AD124C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD124C

Tints of Jazzberry Jam #AD124C

Color information

#AD124C (or 0xAD124C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 12 and 4C. RGB value is (173,18,76). Sum of RGB (Red+Green+Blue) = 173+18+76=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD124C is #52EDB3. Grayscale: #464646. Windows color (decimal): -5434804 or 4985517. OLE color: 4985517.

HSL color Cylindrical-coordinate representation of color #AD124C: hue angle of 337.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD124C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1731876-
CMYK00.900.560.32
HSL337.55º81.15%37.45%-
HSV(B)337.55º89.6%67.84%-
XYZ18.759.847.75-
YUV70.96130.85200.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.79%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=64.79%
G=6.74%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173187600.900.560.32337.5581.1537.45
HexAD124C05A38201525125
Octal255221140132704052212145
Binary10101101100101001100010110101110001000001010100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD124C; }

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

 H1.HeaderClassName
 {
   color: #AD124C;
 }
 .AnyTagClassName
 {
   color: #AD124C;
 }
</style>
background-color css

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

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

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

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

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

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