#AD134C

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

Shades of Jazzberry Jam #AD134C

Tints of Jazzberry Jam #AD134C

Color information

#AD134C (or 0xAD134C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 13 and 4C. RGB value is (173,19,76). Sum of RGB (Red+Green+Blue) = 173+19+76=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD134C is #52ECB3. Grayscale: #474747. Windows color (decimal): -5434548 or 4985773. OLE color: 4985773.

HSL color Cylindrical-coordinate representation of color #AD134C: hue angle of 337.79º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD134C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1731976-
CMYK00.890.560.32
HSL337.79º80.21%37.65%-
HSV(B)337.79º89.02%67.84%-
XYZ18.779.877.75-
YUV71.54130.52200.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=64.55%
G=7.09%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173197600.890.560.32337.7980.2137.65
HexAD134C05938201525026
Octal255231140131704052212046
Binary10101101100111001100010110011110001000001010100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD134C; }

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

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

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

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

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

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

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

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