#AE114D

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

Shades of Jazzberry Jam #AE114D

Tints of Jazzberry Jam #AE114D

Color information

#AE114D (or 0xAE114D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 11 and 4D. RGB value is (174,17,77). Sum of RGB (Red+Green+Blue) = 174+17+77=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE114D is #51EEB2. Grayscale: #464646. Windows color (decimal): -5369523 or 5050798. OLE color: 5050798.

HSL color Cylindrical-coordinate representation of color #AE114D: hue angle of 337.07º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE114D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1741777-
CMYK00.900.560.32
HSL337.07º82.2%37.45%-
HSV(B)337.07º90.23%68.24%-
XYZ199.947.94-
YUV70.78131.51201.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.93%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=64.93%
G=6.34%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174177700.900.560.32337.0782.237.45
HexAE114D05A38201515225
Octal256211150132704052112245
Binary10101110100011001101010110101110001000001010100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE114D; }

 p { color: rgb(174,17,77); }

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

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

 a { background-color: rgb(174,17,77); }

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

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

 span { border-color: rgb(174,17,77); }

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