#A50B44

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

Shades of Jazzberry Jam #A50B44

Tints of Jazzberry Jam #A50B44

Color information

#A50B44 (or 0xA50B44) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 44. RGB value is (165,11,68). Sum of RGB (Red+Green+Blue) = 165+11+68=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B44 is #5AF4BB. Grayscale: #3F3F3F. Windows color (decimal): -5960892 or 4459429. OLE color: 4459429.

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

Color convert

RGB1651168-
CMYK00.930.590.35
HSL337.79º87.5%34.51%-
HSV(B)337.79º93.33%64.71%-
XYZ16.688.666.26-
YUV63.54130.52200.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 11 (4.69% from 255) = 4.51%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=67.62%
G=4.51%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165116800.930.590.35337.7987.534.51
HexA5B4405D3B231525823
Octal245131040135734352213043
Binary1010010110111000100010111011110111000111010100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B44; }

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

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

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

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

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

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

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

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