#A4003D

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

Shades of Jazzberry Jam #A4003D

Tints of Jazzberry Jam #A4003D

Color information

#A4003D (or 0xA4003D) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 00 and 3D. RGB value is (164,0,61). Sum of RGB (Red+Green+Blue) = 164+0+61=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003D is #5BFFC2. Grayscale: #373737. Windows color (decimal): -6029251 or 3997860. OLE color: 3997860.

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

Color convert

RGB164061-
CMYK010.630.36
HSL337.68º100%32.16%-
HSV(B)337.68º100%64.31%-
XYZ16.158.235.15-
YUV55.99130.83205.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=72.89%
G=0%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164061010.630.36337.6810032.16
HexA403D0643F241526420
Octal2440750144774452214440
Binary101001000111101011001001111111001001010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4003D; }

 p { color: rgb(164,0,61); }

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

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

 a { background-color: rgb(164,0,61); }

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

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

 span { border-color: rgb(164,0,61); }

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