#A1083D

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

Shades of Jazzberry Jam #A1083D

Tints of Jazzberry Jam #A1083D

Color information

#A1083D (or 0xA1083D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 08 and 3D. RGB value is (161,8,61). Sum of RGB (Red+Green+Blue) = 161+8+61=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1083D is #5EF7C2. Grayscale: #3B3B3B. Windows color (decimal): -6223811 or 3999905. OLE color: 3999905.

HSL color Cylindrical-coordinate representation of color #A1083D: hue angle of 339.22º 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 #A1083D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB161861-
CMYK00.950.620.37
HSL339.22º90.53%33.14%-
HSV(B)339.22º95.03%63.14%-
XYZ15.638.095.15-
YUV59.79128.69200.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=70%
G=3.48%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16186100.950.620.37339.2290.5333.14
HexA183D05F3E251535b21
Octal24110750137764552313341
Binary101000011000111101010111111111101001011010100111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1083D; }

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

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

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

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

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

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

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

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