#A61852

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

Shades of Jazzberry Jam #A61852

Tints of Jazzberry Jam #A61852

Color information

#A61852 (or 0xA61852) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 18 and 52. RGB value is (166,24,82). Sum of RGB (Red+Green+Blue) = 166+24+82=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A61852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61852 is #59E7AD. Grayscale: #484848. Windows color (decimal): -5892014 or 5380262. OLE color: 5380262.

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

Color convert

RGB1662482-
CMYK00.860.510.35
HSL335.49º74.74%37.25%-
HSV(B)335.49º85.54%65.1%-
XYZ17.589.378.86-
YUV73.07133.04194.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=61.03%
G=8.82%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166248200.860.510.35335.4974.7437.25
HexA61852056332314f4b25
Octal246301220126634351711345
Binary10100110110001010010010101101100111000111010011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61852; }

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

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

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

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

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

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

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

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