#A50042

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

Shades of Jazzberry Jam #A50042

Tints of Jazzberry Jam #A50042

Color information

#A50042 (or 0xA50042) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 42. RGB value is (165,0,66). Sum of RGB (Red+Green+Blue) = 165+0+66=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A50042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50042 is #5AFFBD. Grayscale: #383838. Windows color (decimal): -5963710 or 4325541. OLE color: 4325541.

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

Color convert

RGB165066-
CMYK010.600.35
HSL336º100%32.35%-
HSV(B)336º100%64.71%-
XYZ16.58.395.9-
YUV56.86133.16205.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165066010.600.3533610032.35
HexA50420643C231506420
Octal24501020144744352014440
Binary1010010101000010011001001111001000111010100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50042; }

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

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

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

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

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

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

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

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