#AD1B51

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

Shades of Jazzberry Jam #AD1B51

Tints of Jazzberry Jam #AD1B51

Color information

#AD1B51 (or 0xAD1B51) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1B and 51. RGB value is (173,27,81). Sum of RGB (Red+Green+Blue) = 173+27+81=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B51 is #52E4AE. Grayscale: #4C4C4C. Windows color (decimal): -5432495 or 5315501. OLE color: 5315501.

HSL color Cylindrical-coordinate representation of color #AD1B51: hue angle of 337.81º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B51 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1732781-
CMYK00.840.530.32
HSL337.81º73%39.22%-
HSV(B)337.81º84.39%67.84%-
XYZ19.1110.268.76-
YUV76.81130.37196.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=61.57%
G=9.61%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173278100.840.530.32337.817339.22
HexAD1B5105435201524927
Octal255331210124654052211147
Binary10101101110111010001010101001101011000001010100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1B51; }

 p { color: rgb(173,27,81); }

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

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

 a { background-color: rgb(173,27,81); }

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

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

 span { border-color: rgb(173,27,81); }

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