Html Css Color HEX #AD194F Jazzberry Jam

📋 copy color: '#AD194F'

red 173 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #AD194F

Tints of Jazzberry Jam #AD194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 62.45%
G = 9.03%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD194F (or 0xAD194F) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 4F. RGB value is (173,25,79). Sum of RGB (Red+Green+Blue) = 173+25+79=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD194F is #52E6B0. Grayscale: #4B4B4B. Windows color (decimal): -5433009 or 5183917. OLE color: 5183917.

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

Color convert

RGB 173 25 79 -
CMYK 0 0.86 0.54 0.32
HSL 338.11º 0.75% 0.39% -
HSV(B) 338.11º 0.86% 0.68% -
XYZ 18.99 10.14 8.35 -
YUV 75.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 173 25 79 0 0.86 0.54 0.32 338.11 0.75 0.39
Hex AD 19 4F 0 56 36 20 152 4B 27
Octal 255 31 117 0 126 66 40 522 113 47
Binary 10101101 11001 1001111 0 1010110 110110 100000 101010010 1001011 100111

Color Harmonies of #AD194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD194F

Black with #AD194F

Text Example


Text Example

White with #AD194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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