#A4003E

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

Shades of Jazzberry Jam #A4003E

Tints of Jazzberry Jam #A4003E

Color information

#A4003E (or 0xA4003E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 00 and 3E. RGB value is (164,0,62). Sum of RGB (Red+Green+Blue) = 164+0+62=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003E is #5BFFC1. Grayscale: #383838. Windows color (decimal): -6029250 or 4063396. OLE color: 4063396.

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

Color convert

RGB164062-
CMYK010.620.36
HSL337.32º100%32.16%-
HSV(B)337.32º100%64.31%-
XYZ16.188.245.3-
YUV56.1131.33204.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=72.57%
G=0%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164062010.620.36337.3210032.16
HexA403E0643E241516420
Octal2440760144764452114440
Binary101001000111110011001001111101001001010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4003E; }

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

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

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

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

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

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

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

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