#AD1554

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

Shades of Jazzberry Jam #AD1554

Tints of Jazzberry Jam #AD1554

Color information

#AD1554 (or 0xAD1554) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 15 and 54. RGB value is (173,21,84). Sum of RGB (Red+Green+Blue) = 173+21+84=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1554 is #52EAAB. Grayscale: #494949. Windows color (decimal): -5434028 or 5510573. OLE color: 5510573.

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

Color convert

RGB1732184-
CMYK00.880.510.32
HSL335.13º78.35%38.04%-
HSV(B)335.13º87.86%67.84%-
XYZ19.110.069.32-
YUV73.63133.86198.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.23%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=62.23%
G=7.55%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173218400.880.510.32335.1378.3538.04
HexAD1554058332014f4e26
Octal255251240130634051711646
Binary10101101101011010100010110001100111000001010011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1554; }

 p { color: rgb(173,21,84); }

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

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

 a { background-color: rgb(173,21,84); }

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

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

 span { border-color: rgb(173,21,84); }

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