#A50E42

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

Shades of Jazzberry Jam #A50E42

Tints of Jazzberry Jam #A50E42

Color information

#A50E42 (or 0xA50E42) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0E and 42. RGB value is (165,14,66). Sum of RGB (Red+Green+Blue) = 165+14+66=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E42 is #5AF1BD. Grayscale: #414141. Windows color (decimal): -5960126 or 4329125. OLE color: 4329125.

HSL color Cylindrical-coordinate representation of color #A50E42: hue angle of 339.34º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50E42 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1651466-
CMYK00.920.600.35
HSL339.34º84.36%35.1%-
HSV(B)339.34º91.52%64.71%-
XYZ16.668.715.96-
YUV65.08128.53199.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=67.35%
G=5.71%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165146600.920.600.35339.3484.3635.1
HexA5E4205C3C231535423
Octal245161020134744352312443
Binary1010010111101000010010111001111001000111010100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E42; }

 p { color: rgb(165,14,66); }

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

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

 a { background-color: rgb(165,14,66); }

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

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

 span { border-color: rgb(165,14,66); }

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