#A1184F

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

Shades of Jazzberry Jam #A1184F

Tints of Jazzberry Jam #A1184F

Color information

#A1184F (or 0xA1184F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 4F. RGB value is (161,24,79). Sum of RGB (Red+Green+Blue) = 161+24+79=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1184F is #5EE7B0. Grayscale: #474747. Windows color (decimal): -6219697 or 5183649. OLE color: 5183649.

HSL color Cylindrical-coordinate representation of color #A1184F: hue angle of 335.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1184F is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1612479-
CMYK00.850.510.37
HSL335.91º74.05%36.27%-
HSV(B)335.91º85.09%63.14%-
XYZ16.448.798.23-
YUV71.23132.39192.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=60.98%
G=9.09%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161247900.850.510.37335.9174.0536.27
HexA1184F05533251504a24
Octal241301170125634552011244
Binary10100001110001001111010101011100111001011010100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1184F; }

 p { color: rgb(161,24,79); }

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

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

 a { background-color: rgb(161,24,79); }

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

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

 span { border-color: rgb(161,24,79); }

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