#A5083C

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

Shades of Jazzberry Jam #A5083C

Tints of Jazzberry Jam #A5083C

Color information

#A5083C (or 0xA5083C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 08 and 3C. RGB value is (165,8,60). Sum of RGB (Red+Green+Blue) = 165+8+60=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5083C is #5AF7C3. Grayscale: #3C3C3C. Windows color (decimal): -5961668 or 3934373. OLE color: 3934373.

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

Color convert

RGB165860-
CMYK00.950.640.35
HSL340.13º90.75%33.92%-
HSV(B)340.13º95.15%64.71%-
XYZ16.428.55.05-
YUV60.87127.51202.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.82%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=70.82%
G=3.43%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16586000.950.640.35340.1390.7533.92
HexA583C05F40231545b22
Octal245107401371004352413342
Binary1010010110001111000101111110000001000111010101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5083C; }

 p { color: rgb(165,8,60); }

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

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

 a { background-color: rgb(165,8,60); }

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

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

 span { border-color: rgb(165,8,60); }

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