Html Css Color HEX #AD1364 Jazzberry Jam

📋 copy color: '#AD1364'

red 173 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #AD1364

Tints of Jazzberry Jam #AD1364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 59.25%
G = 6.51%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1364 (or 0xAD1364) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 64. RGB value is (173,19,100). Sum of RGB (Red+Green+Blue) = 173+19+100=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1364 is #52EC9B. Grayscale: #4A4A4A. Windows color (decimal): -5434524 or 6558637. OLE color: 6558637.

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

Color convert

RGB 173 19 100 -
CMYK 0 0.89 0.42 0.32
HSL 328.44º 0.8% 0.38% -
HSV(B) 328.44º 0.89% 0.68% -
XYZ 19.77 10.27 13 -
YUV 74.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 173 19 100 0 0.89 0.42 0.32 328.44 0.8 0.38
Hex AD 13 64 0 59 2A 20 148 50 26
Octal 255 23 144 0 131 52 40 510 120 46
Binary 10101101 10011 1100100 0 1011001 101010 100000 101001000 1010000 100110

Color Harmonies of #AD1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1364

Black with #AD1364

Text Example


Text Example

White with #AD1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1364; }

 p { color: rgb(173,19,100); }

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

background-color css

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

 a { background-color: rgb(173,19,100); }

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

border-color css

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

 span { border-color: rgb(173,19,100); }

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