#A5004B

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

Shades of Jazzberry Jam #A5004B

Tints of Jazzberry Jam #A5004B

Color information

#A5004B (or 0xA5004B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 4B. RGB value is (165,0,75). Sum of RGB (Red+Green+Blue) = 165+0+75=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5004B is #5AFFB4. Grayscale: #393939. Windows color (decimal): -5963701 or 4915365. OLE color: 4915365.

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

Color convert

RGB165075-
CMYK010.550.35
HSL332.73º100%32.35%-
HSV(B)332.73º100%64.71%-
XYZ16.798.517.41-
YUV57.89137.66204.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=68.75%
G=0%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165075010.550.35332.7310032.35
HexA504B064372314d6420
Octal24501130144674351514440
Binary1010010101001011011001001101111000111010011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5004B; }

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

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

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

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

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

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

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

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