#A41151

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

Shades of Jazzberry Jam #A41151

Tints of Jazzberry Jam #A41151

Color information

#A41151 (or 0xA41151) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 11 and 51. RGB value is (164,17,81). Sum of RGB (Red+Green+Blue) = 164+17+81=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A41151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41151 is #5BEEAE. Grayscale: #444444. Windows color (decimal): -6024879 or 5312932. OLE color: 5312932.

HSL color Cylindrical-coordinate representation of color #A41151: hue angle of 333.88º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41151 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1641781-
CMYK00.900.510.36
HSL333.88º81.22%35.49%-
HSV(B)333.88º89.63%64.31%-
XYZ178.898.6-
YUV68.25135.2196.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=62.60%
G=6.49%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164178100.900.510.36333.8881.2235.49
HexA4115105A332414e5123
Octal244211210132634451612143
Binary10100100100011010001010110101100111001001010011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41151; }

 p { color: rgb(164,17,81); }

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

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

 a { background-color: rgb(164,17,81); }

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

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

 span { border-color: rgb(164,17,81); }

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