#A50C48

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

Shades of Jazzberry Jam #A50C48

Tints of Jazzberry Jam #A50C48

Color information

#A50C48 (or 0xA50C48) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 48. RGB value is (165,12,72). Sum of RGB (Red+Green+Blue) = 165+12+72=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C48 is #5AF3B7. Grayscale: #404040. Windows color (decimal): -5960632 or 4721829. OLE color: 4721829.

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

Color convert

RGB1651272-
CMYK00.930.560.35
HSL336.47º86.44%34.71%-
HSV(B)336.47º92.73%64.71%-
XYZ16.828.736.93-
YUV64.59132.19199.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=66.27%
G=4.82%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165127200.930.560.35336.4786.4434.71
HexA5C4805D38231505623
Octal245141100135704352012643
Binary1010010111001001000010111011110001000111010100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C48; }

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

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

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

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

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

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

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

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