#AE1348

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

Shades of Jazzberry Jam #AE1348

Tints of Jazzberry Jam #AE1348

Color information

#AE1348 (or 0xAE1348) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 48. RGB value is (174,19,72). Sum of RGB (Red+Green+Blue) = 174+19+72=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1348 is #51ECB7. Grayscale: #474747. Windows color (decimal): -5369016 or 4723630. OLE color: 4723630.

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

Color convert

RGB1741972-
CMYK00.890.590.32
HSL339.48º80.31%37.84%-
HSV(B)339.48º89.08%68.24%-
XYZ18.869.937.05-
YUV71.39128.35201.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=65.66%
G=7.17%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174197200.890.590.32339.4880.3137.84
HexAE13480593B201535026
Octal256231100131734052312046
Binary10101110100111001000010110011110111000001010100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1348; }

 p { color: rgb(174,19,72); }

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

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

 a { background-color: rgb(174,19,72); }

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

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

 span { border-color: rgb(174,19,72); }

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