#A50B43

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

Shades of Jazzberry Jam #A50B43

Tints of Jazzberry Jam #A50B43

Color information

#A50B43 (or 0xA50B43) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 43. RGB value is (165,11,67). Sum of RGB (Red+Green+Blue) = 165+11+67=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B43 is #5AF4BC. Grayscale: #3F3F3F. Windows color (decimal): -5960893 or 4393893. OLE color: 4393893.

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

Color convert

RGB1651167-
CMYK00.930.590.35
HSL338.18º87.5%34.51%-
HSV(B)338.18º93.33%64.71%-
XYZ16.658.646.1-
YUV63.43130.02200.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.90%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 67 (26.56% from 255) = 27.57%
R=67.90%
G=4.53%
B=27.57%

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
Decimal165116700.930.590.35338.1887.534.51
HexA5B4305D3B231525823
Octal245131030135734352213043
Binary1010010110111000011010111011110111000111010100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B43; }

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

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

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

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

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

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

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

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