#A50442

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

Shades of Jazzberry Jam #A50442

Tints of Jazzberry Jam #A50442

Color information

#A50442 (or 0xA50442) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 04 and 42. RGB value is (165,4,66). Sum of RGB (Red+Green+Blue) = 165+4+66=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A50442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50442 is #5AFBBD. Grayscale: #3B3B3B. Windows color (decimal): -5962686 or 4326565. OLE color: 4326565.

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

Color convert

RGB165466-
CMYK00.980.600.35
HSL336.89º95.27%33.14%-
HSV(B)336.89º97.58%64.71%-
XYZ16.548.485.92-
YUV59.21131.84203.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.21%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=70.21%
G=1.70%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16546600.980.600.35336.8995.2733.14
HexA54420623C231515f21
Octal24541020142744352113741
Binary101001011001000010011000101111001000111010100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50442; }

 p { color: rgb(165,4,66); }

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

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

 a { background-color: rgb(165,4,66); }

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

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

 span { border-color: rgb(165,4,66); }

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