Html Css Color HEX #AD1374 Jazzberry Jam

📋 copy color: '#AD1374'

red 173 ◦ green 19 ◦ blue 116

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

Shades of Jazzberry Jam #AD1374

Tints of Jazzberry Jam #AD1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 56.17%
G = 6.17%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD1374 (or 0xAD1374) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 74. RGB value is (173,19,116). Sum of RGB (Red+Green+Blue) = 173+19+116=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1374 is #52EC8B. Grayscale: #4B4B4B. Windows color (decimal): -5434508 or 7607213. OLE color: 7607213.

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

Color convert

RGB 173 19 116 -
CMYK 0 0.89 0.33 0.32
HSL 322.21º 0.8% 0.38% -
HSV(B) 322.21º 0.89% 0.68% -
XYZ 20.62 10.61 17.48 -
YUV 76.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 173 19 116 0 0.89 0.33 0.32 322.21 0.8 0.38
Hex AD 13 74 0 59 21 20 142 50 26
Octal 255 23 164 0 131 41 40 502 120 46
Binary 10101101 10011 1110100 0 1011001 100001 100000 101000010 1010000 100110

Color Harmonies of #AD1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1374

Black with #AD1374

Text Example


Text Example

White with #AD1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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