#A1083E

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

Shades of Jazzberry Jam #A1083E

Tints of Jazzberry Jam #A1083E

Color information

#A1083E (or 0xA1083E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 08 and 3E. RGB value is (161,8,62). Sum of RGB (Red+Green+Blue) = 161+8+62=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A1083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1083E is #5EF7C1. Grayscale: #3B3B3B. Windows color (decimal): -6223810 or 4065441. OLE color: 4065441.

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

Color convert

RGB161862-
CMYK00.950.610.37
HSL338.82º90.53%33.14%-
HSV(B)338.82º95.03%63.14%-
XYZ15.658.15.3-
YUV59.9129.19200.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.70%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=69.70%
G=3.46%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16186200.950.610.37338.8290.5333.14
HexA183E05F3D251535b21
Octal24110760137754552313341
Binary101000011000111110010111111111011001011010100111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1083E; }

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

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

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

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

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

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

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

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