#AD1F5D

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

Shades of Jazzberry Jam #AD1F5D

Tints of Jazzberry Jam #AD1F5D

Color information

#AD1F5D (or 0xAD1F5D) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1F and 5D. RGB value is (173,31,93). Sum of RGB (Red+Green+Blue) = 173+31+93=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F5D is #52E0A2. Grayscale: #505050. Windows color (decimal): -5431459 or 6102957. OLE color: 6102957.

HSL color Cylindrical-coordinate representation of color #AD1F5D: hue angle of 333.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F5D is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1733193-
CMYK00.820.460.32
HSL333.8º69.61%40%-
HSV(B)333.8º82.08%67.84%-
XYZ19.710.6511.37-
YUV80.53135.04193.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=58.25%
G=10.44%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173319300.820.460.32333.869.6140
HexAD1F5D0522E2014e4628
Octal255371350122564051610650
Binary10101101111111011101010100101011101000001010011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F5D; }

 p { color: rgb(173,31,93); }

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

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

 a { background-color: rgb(173,31,93); }

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

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

 span { border-color: rgb(173,31,93); }

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