#AE0042

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

Shades of Jazzberry Jam #AE0042

Tints of Jazzberry Jam #AE0042

Color information

#AE0042 (or 0xAE0042) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 42. RGB value is (174,0,66). Sum of RGB (Red+Green+Blue) = 174+0+66=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0042 is #51FFBD. Grayscale: #3B3B3B. Windows color (decimal): -5373886 or 4325550. OLE color: 4325550.

HSL color Cylindrical-coordinate representation of color #AE0042: hue angle of 337.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0042 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB174066-
CMYK010.620.32
HSL337.24º100%34.12%-
HSV(B)337.24º100%68.24%-
XYZ18.449.396-
YUV59.55131.65209.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=72.5%
G=0%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174066010.620.32337.2410034.12
HexAE0420643E201516422
Octal25601020144764052114442
Binary1010111001000010011001001111101000001010100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0042; }

 p { color: rgb(174,0,66); }

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

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

 a { background-color: rgb(174,0,66); }

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

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

 span { border-color: rgb(174,0,66); }

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