#a5003f

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

Shades of Jazzberry Jam #A5003F

Tints of Jazzberry Jam #A5003F

Color information

#A5003F (or 0xA5003F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 3F. RGB value is (165,0,63). Sum of RGB (Red+Green+Blue) = 165+0+63=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003F is #5AFFC0. Grayscale: #383838. Windows color (decimal): -5963713 or 4128933. OLE color: 4128933.

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

Color convert

RGB165063-
CMYK010.620.35
HSL337.09º100%32.35%-
HSV(B)337.09º100%64.71%-
XYZ16.418.365.45-
YUV56.52131.66205.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 27.63%
R=72.37%
G=0%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165063010.620.35337.0910032.35
HexA503F0643E231516420
Octal2450770144764352114440
Binary101001010111111011001001111101000111010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5003f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5003f; }

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

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

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

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

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

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

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

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