#A50848

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

Shades of Jazzberry Jam #A50848

Tints of Jazzberry Jam #A50848

Color information

#A50848 (or 0xA50848) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 08 and 48. RGB value is (165,8,72). Sum of RGB (Red+Green+Blue) = 165+8+72=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50848 is #5AF7B7. Grayscale: #3E3E3E. Windows color (decimal): -5961656 or 4720805. OLE color: 4720805.

HSL color Cylindrical-coordinate representation of color #A50848: hue angle of 335.54º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50848 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB165872-
CMYK00.950.560.35
HSL335.54º90.75%33.92%-
HSV(B)335.54º95.15%64.71%-
XYZ16.778.646.91-
YUV62.24133.51201.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=67.35%
G=3.27%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16587200.950.560.35335.5490.7533.92
HexA584805F38231505b22
Octal245101100137704352013342
Binary1010010110001001000010111111110001000111010100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50848; }

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

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

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

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

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

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

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

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