#AE1351

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

Shades of Jazzberry Jam #AE1351

Tints of Jazzberry Jam #AE1351

Color information

#AE1351 (or 0xAE1351) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 51. RGB value is (174,19,81). Sum of RGB (Red+Green+Blue) = 174+19+81=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1351 is #51ECAE. Grayscale: #484848. Windows color (decimal): -5369007 or 5313454. OLE color: 5313454.

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

Color convert

RGB1741981-
CMYK00.890.530.32
HSL336º80.31%37.84%-
HSV(B)336º89.08%68.24%-
XYZ19.1710.068.72-
YUV72.41132.85200.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=63.50%
G=6.93%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174198100.890.530.3233680.3137.84
HexAE135105935201505026
Octal256231210131654052012046
Binary10101110100111010001010110011101011000001010100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1351; }

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

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

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

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

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

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

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

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