#A3084C

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

Shades of Jazzberry Jam #A3084C

Tints of Jazzberry Jam #A3084C

Color information

#A3084C (or 0xA3084C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 4C. RGB value is (163,8,76). Sum of RGB (Red+Green+Blue) = 163+8+76=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3084C is #5CF7B3. Grayscale: #3D3D3D. Windows color (decimal): -6092724 or 4982947. OLE color: 4982947.

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

Color convert

RGB163876-
CMYK00.950.530.36
HSL333.68º90.64%33.53%-
HSV(B)333.68º95.09%63.92%-
XYZ16.58.487.61-
YUV62.1135.85199.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=65.99%
G=3.24%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16387600.950.530.36333.6890.6433.53
HexA384C05F352414e5b22
Octal243101140137654451613342
Binary1010001110001001100010111111101011001001010011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3084C; }

 p { color: rgb(163,8,76); }

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

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

 a { background-color: rgb(163,8,76); }

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

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

 span { border-color: rgb(163,8,76); }

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