#AE1550

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

Shades of Jazzberry Jam #AE1550

Tints of Jazzberry Jam #AE1550

Color information

#AE1550 (or 0xAE1550) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 50. RGB value is (174,21,80). Sum of RGB (Red+Green+Blue) = 174+21+80=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1550 is #51EAAF. Grayscale: #494949. Windows color (decimal): -5368496 or 5248430. OLE color: 5248430.

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

Color convert

RGB1742180-
CMYK00.880.540.32
HSL336.86º78.46%38.24%-
HSV(B)336.86º87.93%68.24%-
XYZ19.1710.118.53-
YUV73.47131.69199.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=63.27%
G=7.64%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174218000.880.540.32336.8678.4638.24
HexAE155005836201514e26
Octal256251200130664052111646
Binary10101110101011010000010110001101101000001010100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1550; }

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

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

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

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

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

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

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

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