#A2083B

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

Shades of Jazzberry Jam #A2083B

Tints of Jazzberry Jam #A2083B

Color information

#A2083B (or 0xA2083B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 08 and 3B. RGB value is (162,8,59). Sum of RGB (Red+Green+Blue) = 162+8+59=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2083B is #5DF7C4. Grayscale: #3B3B3B. Windows color (decimal): -6158277 or 3868834. OLE color: 3868834.

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

Color convert

RGB162859-
CMYK00.950.640.36
HSL340.13º90.59%33.33%-
HSV(B)340.13º95.06%63.53%-
XYZ15.788.174.88-
YUV59.86127.52200.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=70.74%
G=3.49%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16285900.950.640.36340.1390.5933.33
HexA283B05F40241545b21
Octal242107301371004452413341
Binary1010001010001110110101111110000001001001010101001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2083B; }

 p { color: rgb(162,8,59); }

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

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

 a { background-color: rgb(162,8,59); }

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

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

 span { border-color: rgb(162,8,59); }

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