#A1093B

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

Shades of Jazzberry Jam #A1093B

Tints of Jazzberry Jam #A1093B

Color information

#A1093B (or 0xA1093B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 09 and 3B. RGB value is (161,9,59). Sum of RGB (Red+Green+Blue) = 161+9+59=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A1093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1093B is #5EF6C4. Grayscale: #3C3C3C. Windows color (decimal): -6223557 or 3869089. OLE color: 3869089.

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

Color convert

RGB161959-
CMYK00.940.630.37
HSL340.26º89.41%33.33%-
HSV(B)340.26º94.41%63.14%-
XYZ15.598.094.88-
YUV60.15127.36199.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=70.31%
G=3.93%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16195900.940.630.37340.2689.4133.33
HexA193B05E3F251545921
Octal24111730136774552413141
Binary101000011001111011010111101111111001011010101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1093B; }

 p { color: rgb(161,9,59); }

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

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

 a { background-color: rgb(161,9,59); }

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

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

 span { border-color: rgb(161,9,59); }

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