#A50D48

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

Shades of Jazzberry Jam #A50D48

Tints of Jazzberry Jam #A50D48

Color information

#A50D48 (or 0xA50D48) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0D and 48. RGB value is (165,13,72). Sum of RGB (Red+Green+Blue) = 165+13+72=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D48 is #5AF2B7. Grayscale: #414141. Windows color (decimal): -5960376 or 4722085. OLE color: 4722085.

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

Color convert

RGB1651372-
CMYK00.920.560.35
HSL336.71º85.39%34.9%-
HSV(B)336.71º92.12%64.71%-
XYZ16.838.766.93-
YUV65.17131.86199.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=66%
G=5.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165137200.920.560.35336.7185.3934.9
HexA5D4805C38231515523
Octal245151100134704352112543
Binary1010010111011001000010111001110001000111010100011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D48; }

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

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

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

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

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

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

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

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