#A50B4C

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

Shades of Jazzberry Jam #A50B4C

Tints of Jazzberry Jam #A50B4C

Color information

#A50B4C (or 0xA50B4C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 4C. RGB value is (165,11,76). Sum of RGB (Red+Green+Blue) = 165+11+76=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B4C is #5AF4B3. Grayscale: #404040. Windows color (decimal): -5960884 or 4983717. OLE color: 4983717.

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

Color convert

RGB1651176-
CMYK00.930.540.35
HSL334.68º87.5%34.51%-
HSV(B)334.68º93.33%64.71%-
XYZ16.948.767.64-
YUV64.46134.52199.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=65.48%
G=4.37%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165117600.930.540.35334.6887.534.51
HexA5B4C05D362314f5823
Octal245131140135664351713043
Binary1010010110111001100010111011101101000111010011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B4C; }

 p { color: rgb(165,11,76); }

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

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

 a { background-color: rgb(165,11,76); }

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

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

 span { border-color: rgb(165,11,76); }

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