#A50E41

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

Shades of Jazzberry Jam #A50E41

Tints of Jazzberry Jam #A50E41

Color information

#A50E41 (or 0xA50E41) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0E and 41. RGB value is (165,14,65). Sum of RGB (Red+Green+Blue) = 165+14+65=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E41 is #5AF1BE. Grayscale: #404040. Windows color (decimal): -5960127 or 4263589. OLE color: 4263589.

HSL color Cylindrical-coordinate representation of color #A50E41: hue angle of 339.74º 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 #A50E41 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1651465-
CMYK00.920.610.35
HSL339.74º84.36%35.1%-
HSV(B)339.74º91.52%64.71%-
XYZ16.638.75.8-
YUV64.96128.03199.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=67.62%
G=5.74%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165146500.920.610.35339.7484.3635.1
HexA5E4105C3D231545423
Octal245161010134754352412443
Binary1010010111101000001010111001111011000111010101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E41; }

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

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

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

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

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

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

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

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