#A61452

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

Shades of Jazzberry Jam #A61452

Tints of Jazzberry Jam #A61452

Color information

#A61452 (or 0xA61452) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 14 and 52. RGB value is (166,20,82). Sum of RGB (Red+Green+Blue) = 166+20+82=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A61452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61452 is #59EBAD. Grayscale: #464646. Windows color (decimal): -5893038 or 5379238. OLE color: 5379238.

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

Color convert

RGB1662082-
CMYK00.880.510.35
HSL334.52º78.49%36.47%-
HSV(B)334.52º87.95%65.1%-
XYZ17.59.228.84-
YUV70.72134.37195.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=61.94%
G=7.46%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166208200.880.510.35334.5278.4936.47
HexA61452058332314f4e24
Octal246241220130634351711644
Binary10100110101001010010010110001100111000111010011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61452; }

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

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

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

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

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

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

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

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