#a40b42

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

Shades of Jazzberry Jam #A40B42

Tints of Jazzberry Jam #A40B42

Color information

#A40B42 (or 0xA40B42) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0B and 42. RGB value is (164,11,66). Sum of RGB (Red+Green+Blue) = 164+11+66=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40B42 is #5BF4BD. Grayscale: #3E3E3E. Windows color (decimal): -6026430 or 4328356. OLE color: 4328356.

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

Color convert

RGB1641166-
CMYK00.930.600.36
HSL338.43º87.43%34.31%-
HSV(B)338.43º93.29%64.31%-
XYZ16.418.535.93-
YUV63.02129.69200.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.05%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=68.05%
G=4.56%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164116600.930.600.36338.4387.4334.31
HexA4B4205D3C241525722
Octal244131020135744452212742
Binary1010010010111000010010111011111001001001010100101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40b42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40b42; }

 p { color: rgb(164,11,66); }

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

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

 a { background-color: rgb(164,11,66); }

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

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

 span { border-color: rgb(164,11,66); }

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