#A61D5E

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

Shades of Jazzberry Jam #A61D5E

Tints of Jazzberry Jam #A61D5E

Color information

#A61D5E (or 0xA61D5E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1D and 5E. RGB value is (166,29,94). Sum of RGB (Red+Green+Blue) = 166+29+94=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D5E is #59E2A1. Grayscale: #4D4D4D. Windows color (decimal): -5890722 or 6167974. OLE color: 6167974.

HSL color Cylindrical-coordinate representation of color #A61D5E: hue angle of 331.53º 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 #A61D5E is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1662994-
CMYK00.830.430.35
HSL331.53º70.26%38.24%-
HSV(B)331.53º82.53%65.1%-
XYZ18.199.7911.52-
YUV77.37137.39191.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=57.44%
G=10.03%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166299400.830.430.35331.5370.2638.24
HexA61D5E0532B2314c4626
Octal246351360123534351410646
Binary10100110111011011110010100111010111000111010011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D5E; }

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

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

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

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

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

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

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

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