#A40741

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

Shades of Jazzberry Jam #A40741

Tints of Jazzberry Jam #A40741

Color information

#A40741 (or 0xA40741) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 07 and 41. RGB value is (164,7,65). Sum of RGB (Red+Green+Blue) = 164+7+65=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A40741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40741 is #5BF8BE. Grayscale: #3C3C3C. Windows color (decimal): -6027455 or 4261796. OLE color: 4261796.

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

Color convert

RGB164765-
CMYK00.960.600.36
HSL337.83º91.81%33.53%-
HSV(B)337.83º95.73%64.31%-
XYZ16.348.435.77-
YUV60.56130.51201.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.49%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=69.49%
G=2.97%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16476500.960.600.36337.8391.8133.53
HexA47410603C241525c22
Octal24471010140744452213442
Binary101001001111000001011000001111001001001010100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40741; }

 p { color: rgb(164,7,65); }

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

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

 a { background-color: rgb(164,7,65); }

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

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

 span { border-color: rgb(164,7,65); }

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