#AE1555

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

Shades of Jazzberry Jam #AE1555

Tints of Jazzberry Jam #AE1555

Color information

#AE1555 (or 0xAE1555) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 55. RGB value is (174,21,85). Sum of RGB (Red+Green+Blue) = 174+21+85=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1555 is #51EAAA. Grayscale: #494949. Windows color (decimal): -5368491 or 5576110. OLE color: 5576110.

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

Color convert

RGB1742185-
CMYK00.880.510.32
HSL334.9º78.46%38.24%-
HSV(B)334.9º87.93%68.24%-
XYZ19.3610.199.54-
YUV74.04134.19199.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=62.14%
G=7.5%
B=30.36%

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
Decimal174218500.880.510.32334.978.4638.24
HexAE1555058332014f4e26
Octal256251250130634051711646
Binary10101110101011010101010110001100111000001010011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1555; }

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

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

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

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

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

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

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

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