#A61D5D

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

Shades of Jazzberry Jam #A61D5D

Tints of Jazzberry Jam #A61D5D

Color information

#A61D5D (or 0xA61D5D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1D and 5D. RGB value is (166,29,93). Sum of RGB (Red+Green+Blue) = 166+29+93=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D5D is #59E2A2. Grayscale: #4D4D4D. Windows color (decimal): -5890723 or 6102438. OLE color: 6102438.

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

Color convert

RGB1662993-
CMYK00.830.440.35
HSL331.97º70.26%38.24%-
HSV(B)331.97º82.53%65.1%-
XYZ18.149.7811.29-
YUV77.26136.89191.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=57.64%
G=10.07%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166299300.830.440.35331.9770.2638.24
HexA61D5D0532C2314c4626
Octal246351350123544351410646
Binary10100110111011011101010100111011001000111010011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D5D; }

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

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

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

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

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

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

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

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