#A5003C

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

Shades of Jazzberry Jam #A5003C

Tints of Jazzberry Jam #A5003C

Color information

#A5003C (or 0xA5003C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 3C. RGB value is (165,0,60). Sum of RGB (Red+Green+Blue) = 165+0+60=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003C is #5AFFC3. Grayscale: #383838. Windows color (decimal): -5963716 or 3932325. OLE color: 3932325.

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

Color convert

RGB165060-
CMYK010.640.35
HSL338.18º100%32.35%-
HSV(B)338.18º100%64.71%-
XYZ16.338.335.02-
YUV56.18130.16205.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165060010.640.35338.1810032.35
HexA503C06440231526420
Octal24507401441004352214440
Binary1010010101111000110010010000001000111010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5003C; }

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

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

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

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

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

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

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

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