#A61D5C

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

Shades of Jazzberry Jam #A61D5C

Tints of Jazzberry Jam #A61D5C

Color information

#A61D5C (or 0xA61D5C) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1D and 5C. RGB value is (166,29,92). Sum of RGB (Red+Green+Blue) = 166+29+92=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D5C is #59E2A3. Grayscale: #4D4D4D. Windows color (decimal): -5890724 or 6036902. OLE color: 6036902.

HSL color Cylindrical-coordinate representation of color #A61D5C: hue angle of 332.41º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D5C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1662992-
CMYK00.830.450.35
HSL332.41º70.26%38.24%-
HSV(B)332.41º82.53%65.1%-
XYZ18.19.7611.05-
YUV77.14136.39191.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 29 (11.72% from 255) = 10.10%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=57.84%
G=10.10%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166299200.830.450.35332.4170.2638.24
HexA61D5C0532D2314c4626
Octal246351340123554351410646
Binary10100110111011011100010100111011011000111010011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D5C; }

 p { color: rgb(166,29,92); }

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

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

 a { background-color: rgb(166,29,92); }

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

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

 span { border-color: rgb(166,29,92); }

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