#A40A43

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

Shades of Jazzberry Jam #A40A43

Tints of Jazzberry Jam #A40A43

Color information

#A40A43 (or 0xA40A43) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0A and 43. RGB value is (164,10,67). Sum of RGB (Red+Green+Blue) = 164+10+67=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A43 is #5BF5BC. Grayscale: #3E3E3E. Windows color (decimal): -6026685 or 4393636. OLE color: 4393636.

HSL color Cylindrical-coordinate representation of color #A40A43: hue angle of 337.79º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A43 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1641067-
CMYK00.940.590.36
HSL337.79º88.51%34.12%-
HSV(B)337.79º93.9%64.31%-
XYZ16.438.516.09-
YUV62.54130.52200.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.05%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 67 (26.56% from 255) = 27.80%
R=68.05%
G=4.15%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164106700.940.590.36337.7988.5134.12
HexA4A4305E3B241525922
Octal244121030136734452213142
Binary1010010010101000011010111101110111001001010100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A43; }

 p { color: rgb(164,10,67); }

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

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

 a { background-color: rgb(164,10,67); }

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

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

 span { border-color: rgb(164,10,67); }

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