#A50B45

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

Shades of Jazzberry Jam #A50B45

Tints of Jazzberry Jam #A50B45

Color information

#A50B45 (or 0xA50B45) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 45. RGB value is (165,11,69). Sum of RGB (Red+Green+Blue) = 165+11+69=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B45 is #5AF4BA. Grayscale: #3F3F3F. Windows color (decimal): -5960891 or 4524965. OLE color: 4524965.

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

Color convert

RGB1651169-
CMYK00.930.580.35
HSL337.4º87.5%34.51%-
HSV(B)337.4º93.33%64.71%-
XYZ16.718.676.42-
YUV63.66131.02200.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=67.35%
G=4.49%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165116900.930.580.35337.487.534.51
HexA5B4505D3A231515823
Octal245131050135724352113043
Binary1010010110111000101010111011110101000111010100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B45; }

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

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

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

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

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

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

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

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