#A50C40

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

Shades of Jazzberry Jam #A50C40

Tints of Jazzberry Jam #A50C40

Color information

#A50C40 (or 0xA50C40) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 40. RGB value is (165,12,64). Sum of RGB (Red+Green+Blue) = 165+12+64=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C40 is #5AF3BF. Grayscale: #3F3F3F. Windows color (decimal): -5960640 or 4197541. OLE color: 4197541.

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

Color convert

RGB1651264-
CMYK00.930.610.35
HSL339.61º86.44%34.71%-
HSV(B)339.61º92.73%64.71%-
XYZ16.578.635.64-
YUV63.68128.19200.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.46%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=68.46%
G=4.98%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165126400.930.610.35339.6186.4434.71
HexA5C4005D3D231545623
Octal245141000135754352412643
Binary1010010111001000000010111011111011000111010101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C40; }

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

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

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

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

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

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

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

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