#A4063E

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

Shades of Jazzberry Jam #A4063E

Tints of Jazzberry Jam #A4063E

Color information

#A4063E (or 0xA4063E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 06 and 3E. RGB value is (164,6,62). Sum of RGB (Red+Green+Blue) = 164+6+62=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A4063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4063E is #5BF9C1. Grayscale: #3B3B3B. Windows color (decimal): -6027714 or 4064932. OLE color: 4064932.

HSL color Cylindrical-coordinate representation of color #A4063E: hue angle of 338.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4063E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB164662-
CMYK00.960.620.36
HSL338.73º92.94%33.33%-
HSV(B)338.73º96.34%64.31%-
XYZ16.248.375.32-
YUV59.63129.35202.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.69%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=70.69%
G=2.59%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16466200.960.620.36338.7392.9433.33
HexA463E0603E241535d21
Octal2446760140764452313541
Binary10100100110111110011000001111101001001010100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4063E; }

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

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

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

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

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

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

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

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