Html Css Color HEX #AD1557 Jazzberry Jam

📋 copy color: '#AD1557'

red 173 ◦ green 21 ◦ blue 87

#AD1557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD1557

Tints of Jazzberry Jam #AD1557

RGB

 RED value IS 173 (67.97% from 255) = 61.57%

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 87 (34.38% from 255) = 30.96%

R = 61.57%
G = 7.47%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD1557 (or 0xAD1557) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 57. RGB value is (173,21,87). Sum of RGB (Red+Green+Blue) = 173+21+87=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1557 is #52EAA8. Grayscale: #494949. Windows color (decimal): -5434025 or 5707181. OLE color: 5707181.

HSL color Cylindrical-coordinate representation of color #AD1557: hue angle of 333.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1557 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 87 -
CMYK 0 0.88 0.50 0.32
HSL 333.95º 0.78% 0.38% -
HSV(B) 333.95º 0.88% 0.68% -
XYZ 19.22 10.11 9.95 -
YUV 73.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 173 21 87 0 0.88 0.50 0.32 333.95 0.78 0.38
Hex AD 15 57 0 58 32 20 14E 4E 26
Octal 255 25 127 0 130 62 40 516 116 46
Binary 10101101 10101 1010111 0 1011000 110010 100000 101001110 1001110 100110

Color Harmonies of #AD1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1557

Black with #AD1557

Text Example


Text Example

White with #AD1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1557; }

 p { color: rgb(173,21,87); }

 H1.HeaderClassName
 {
   color: #AD1557;
 }
 .AnyTagClassName
 {
   color: #AD1557;
 }
</style>

background-color css

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

 a { background-color: rgb(173,21,87); }

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

border-color css

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

 span { border-color: rgb(173,21,87); }

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