#AD134F

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

Shades of Jazzberry Jam #AD134F

Tints of Jazzberry Jam #AD134F

Color information

#AD134F (or 0xAD134F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 13 and 4F. RGB value is (173,19,79). Sum of RGB (Red+Green+Blue) = 173+19+79=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD134F is #52ECB0. Grayscale: #474747. Windows color (decimal): -5434545 or 5182381. OLE color: 5182381.

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

Color convert

RGB1731979-
CMYK00.890.540.32
HSL336.62º80.21%37.65%-
HSV(B)336.62º89.02%67.84%-
XYZ18.889.918.32-
YUV71.89132.02200.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.84%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=63.84%
G=7.01%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173197900.890.540.32336.6280.2137.65
HexAD134F05936201515026
Octal255231170131664052112046
Binary10101101100111001111010110011101101000001010100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD134F; }

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

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

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

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

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

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

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

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