Html Css Color HEX #AD194D Jazzberry Jam

📋 copy color: '#AD194D'

red 173 ◦ green 25 ◦ blue 77

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

Shades of Jazzberry Jam #AD194D

Tints of Jazzberry Jam #AD194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 62.91%
G = 9.09%
B = 28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD194D (or 0xAD194D) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 4D. RGB value is (173,25,77). Sum of RGB (Red+Green+Blue) = 173+25+77=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD194D is #52E6B2. Grayscale: #4B4B4B. Windows color (decimal): -5433011 or 5052845. OLE color: 5052845.

HSL color Cylindrical-coordinate representation of color #AD194D: hue angle of 338.92º degrees, saturation: 0.75, 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 #AD194D is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 77 -
CMYK 0 0.86 0.55 0.32
HSL 338.92º 0.75% 0.39% -
HSV(B) 338.92º 0.86% 0.68% -
XYZ 18.92 10.12 7.98 -
YUV 75.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 173 25 77 0 0.86 0.55 0.32 338.92 0.75 0.39
Hex AD 19 4D 0 56 37 20 153 4B 27
Octal 255 31 115 0 126 67 40 523 113 47
Binary 10101101 11001 1001101 0 1010110 110111 100000 101010011 1001011 100111

Color Harmonies of #AD194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD194D

Black with #AD194D

Text Example


Text Example

White with #AD194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD194D; }

 p { color: rgb(173,25,77); }

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

background-color css

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

 a { background-color: rgb(173,25,77); }

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

border-color css

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

 span { border-color: rgb(173,25,77); }

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