Html Css Color HEX #AD1456 Jazzberry Jam

📋 copy color: '#AD1456'

red 173 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #AD1456

Tints of Jazzberry Jam #AD1456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 62.01%
G = 7.17%
B = 30.82%

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

#AD1456 (or 0xAD1456) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 56. RGB value is (173,20,86). Sum of RGB (Red+Green+Blue) = 173+20+86=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1456 is #52EBA9. Grayscale: #494949. Windows color (decimal): -5434282 or 5641389. OLE color: 5641389.

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

Color convert

RGB 173 20 86 -
CMYK 0 0.88 0.50 0.32
HSL 334.12º 0.79% 0.38% -
HSV(B) 334.12º 0.88% 0.68% -
XYZ 19.16 10.06 9.74 -
YUV 73.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 173 20 86 0 0.88 0.50 0.32 334.12 0.79 0.38
Hex AD 14 56 0 58 32 20 14E 4F 26
Octal 255 24 126 0 130 62 40 516 117 46
Binary 10101101 10100 1010110 0 1011000 110010 100000 101001110 1001111 100110

Color Harmonies of #AD1456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1456

Black with #AD1456

Text Example


Text Example

White with #AD1456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1456; }

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

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

background-color css

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

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

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

border-color css

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

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

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