#AE0441

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

Shades of Jazzberry Jam #AE0441

Tints of Jazzberry Jam #AE0441

Color information

#AE0441 (or 0xAE0441) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 04 and 41. RGB value is (174,4,65). Sum of RGB (Red+Green+Blue) = 174+4+65=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0441 is #51FBBE. Grayscale: #3D3D3D. Windows color (decimal): -5372863 or 4261038. OLE color: 4261038.

HSL color Cylindrical-coordinate representation of color #AE0441: hue angle of 338.47º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0441 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB174465-
CMYK00.980.630.32
HSL338.47º95.51%34.9%-
HSV(B)338.47º97.7%68.24%-
XYZ18.459.475.86-
YUV61.78129.82208.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.60%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=71.60%
G=1.65%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17446500.980.630.32338.4795.5134.9
HexAE4410623F201526023
Octal25641010142774052214043
Binary101011101001000001011000101111111000001010100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0441; }

 p { color: rgb(174,4,65); }

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

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

 a { background-color: rgb(174,4,65); }

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

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

 span { border-color: rgb(174,4,65); }

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