#A50C41

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

Shades of Jazzberry Jam #A50C41

Tints of Jazzberry Jam #A50C41

Color information

#A50C41 (or 0xA50C41) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 41. RGB value is (165,12,65). Sum of RGB (Red+Green+Blue) = 165+12+65=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C41 is #5AF3BE. Grayscale: #3F3F3F. Windows color (decimal): -5960639 or 4263077. OLE color: 4263077.

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

Color convert

RGB1651265-
CMYK00.930.610.35
HSL339.22º86.44%34.71%-
HSV(B)339.22º92.73%64.71%-
XYZ16.68.645.79-
YUV63.79128.69200.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.18%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=68.18%
G=4.96%
B=26.86%

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
Decimal165126500.930.610.35339.2286.4434.71
HexA5C4105D3D231535623
Octal245141010135754352312643
Binary1010010111001000001010111011111011000111010100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C41; }

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

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

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

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

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

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

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

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