Html Css Color HEX #AD1556 Jazzberry Jam

📋 copy color: '#AD1556'

red 173 ◦ green 21 ◦ blue 86

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

Shades of Jazzberry Jam #AD1556

Tints of Jazzberry Jam #AD1556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 61.79%
G = 7.5%
B = 30.71%

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

#AD1556 (or 0xAD1556) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 56. RGB value is (173,21,86). Sum of RGB (Red+Green+Blue) = 173+21+86=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1556 is #52EAA9. Grayscale: #494949. Windows color (decimal): -5434026 or 5641645. OLE color: 5641645.

HSL color Cylindrical-coordinate representation of color #AD1556: hue angle of 334.34º 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 #AD1556 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 86 -
CMYK 0 0.88 0.50 0.32
HSL 334.34º 0.78% 0.38% -
HSV(B) 334.34º 0.88% 0.68% -
XYZ 19.18 10.09 9.74 -
YUV 73.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 173 21 86 0 0.88 0.50 0.32 334.34 0.78 0.38
Hex AD 15 56 0 58 32 20 14E 4E 26
Octal 255 25 126 0 130 62 40 516 116 46
Binary 10101101 10101 1010110 0 1011000 110010 100000 101001110 1001110 100110

Color Harmonies of #AD1556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1556

Black with #AD1556

Text Example


Text Example

White with #AD1556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1556; }

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

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

background-color css

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

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

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

border-color css

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

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

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