#A50E40

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

Shades of Jazzberry Jam #A50E40

Tints of Jazzberry Jam #A50E40

Color information

#A50E40 (or 0xA50E40) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0E and 40. RGB value is (165,14,64). Sum of RGB (Red+Green+Blue) = 165+14+64=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E40 is #5AF1BF. Grayscale: #404040. Windows color (decimal): -5960128 or 4198053. OLE color: 4198053.

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

Color convert

RGB1651464-
CMYK00.920.610.35
HSL340.13º84.36%35.1%-
HSV(B)340.13º91.52%64.71%-
XYZ16.68.685.65-
YUV64.85127.53199.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.90%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=67.90%
G=5.76%
B=26.34%

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
Decimal165146400.920.610.35340.1384.3635.1
HexA5E4005C3D231545423
Octal245161000134754352412443
Binary1010010111101000000010111001111011000111010101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E40; }

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

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

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

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

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

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

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

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