#AE1552

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

Shades of Jazzberry Jam #AE1552

Tints of Jazzberry Jam #AE1552

Color information

#AE1552 (or 0xAE1552) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 52. RGB value is (174,21,82). Sum of RGB (Red+Green+Blue) = 174+21+82=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1552 is #51EAAD. Grayscale: #494949. Windows color (decimal): -5368494 or 5379502. OLE color: 5379502.

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

Color convert

RGB1742182-
CMYK00.880.530.32
HSL336.08º78.46%38.24%-
HSV(B)336.08º87.93%68.24%-
XYZ19.2510.148.93-
YUV73.7132.69199.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=62.82%
G=7.58%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174218200.880.530.32336.0878.4638.24
HexAE155205835201504e26
Octal256251220130654052011646
Binary10101110101011010010010110001101011000001010100001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1552; }

 p { color: rgb(174,21,82); }

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

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

 a { background-color: rgb(174,21,82); }

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

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

 span { border-color: rgb(174,21,82); }

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