Html Css Color HEX #AD1856 Jazzberry Jam

📋 copy color: '#AD1856'

red 173 ◦ green 24 ◦ blue 86

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

Shades of Jazzberry Jam #AD1856

Tints of Jazzberry Jam #AD1856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 61.13%
G = 8.48%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD1856 (or 0xAD1856) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 56. RGB value is (173,24,86). Sum of RGB (Red+Green+Blue) = 173+24+86=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1856 is #52E7A9. Grayscale: #4B4B4B. Windows color (decimal): -5433258 or 5642413. OLE color: 5642413.

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

Color convert

RGB 173 24 86 -
CMYK 0 0.86 0.50 0.32
HSL 335.03º 0.76% 0.39% -
HSV(B) 335.03º 0.86% 0.68% -
XYZ 19.24 10.21 9.76 -
YUV 75.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 173 24 86 0 0.86 0.50 0.32 335.03 0.76 0.39
Hex AD 18 56 0 56 32 20 14F 4C 27
Octal 255 30 126 0 126 62 40 517 114 47
Binary 10101101 11000 1010110 0 1010110 110010 100000 101001111 1001100 100111

Color Harmonies of #AD1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1856

Black with #AD1856

Text Example


Text Example

White with #AD1856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1856; }

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

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

background-color css

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

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

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

border-color css

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

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

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