#A61352

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

Shades of Jazzberry Jam #A61352

Tints of Jazzberry Jam #A61352

Color information

#A61352 (or 0xA61352) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 13 and 52. RGB value is (166,19,82). Sum of RGB (Red+Green+Blue) = 166+19+82=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A61352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61352 is #59ECAD. Grayscale: #464646. Windows color (decimal): -5893294 or 5378982. OLE color: 5378982.

HSL color Cylindrical-coordinate representation of color #A61352: hue angle of 334.29º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61352 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1661982-
CMYK00.890.510.35
HSL334.29º79.46%36.27%-
HSV(B)334.29º88.55%65.1%-
XYZ17.489.188.83-
YUV70.14134.7196.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=62.17%
G=7.12%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166198200.890.510.35334.2979.4636.27
HexA61352059332314e4f24
Octal246231220131634351611744
Binary10100110100111010010010110011100111000111010011101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61352; }

 p { color: rgb(166,19,82); }

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

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

 a { background-color: rgb(166,19,82); }

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

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

 span { border-color: rgb(166,19,82); }

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