#A3083D

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

Shades of Jazzberry Jam #A3083D

Tints of Jazzberry Jam #A3083D

Color information

#A3083D (or 0xA3083D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 3D. RGB value is (163,8,61). Sum of RGB (Red+Green+Blue) = 163+8+61=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3083D is #5CF7C2. Grayscale: #3C3C3C. Windows color (decimal): -6092739 or 3999907. OLE color: 3999907.

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

Color convert

RGB163861-
CMYK00.950.630.36
HSL339.48º90.64%33.53%-
HSV(B)339.48º95.09%63.92%-
XYZ16.038.35.17-
YUV60.39128.35201.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=70.26%
G=3.45%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16386100.950.630.36339.4890.6433.53
HexA383D05F3F241535b22
Octal24310750137774452313342
Binary101000111000111101010111111111111001001010100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3083D; }

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

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

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

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

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

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

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

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