#A1084A

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

Shades of Jazzberry Jam #A1084A

Tints of Jazzberry Jam #A1084A

Color information

#A1084A (or 0xA1084A) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 08 and 4A. RGB value is (161,8,74). Sum of RGB (Red+Green+Blue) = 161+8+74=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1084A is #5EF7B5. Grayscale: #3D3D3D. Windows color (decimal): -6223798 or 4851873. OLE color: 4851873.

HSL color Cylindrical-coordinate representation of color #A1084A: hue angle of 334.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1084A is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB161874-
CMYK00.950.540.37
HSL334.12º90.53%33.14%-
HSV(B)334.12º95.03%63.14%-
XYZ16.028.257.23-
YUV61.27135.19199.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.26%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=66.26%
G=3.29%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16187400.950.540.37334.1290.5333.14
HexA184A05F362514e5b21
Octal241101120137664551613341
Binary1010000110001001010010111111101101001011010011101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1084A; }

 p { color: rgb(161,8,74); }

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

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

 a { background-color: rgb(161,8,74); }

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

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

 span { border-color: rgb(161,8,74); }

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