Html Css Color HEX #AD194B Jazzberry Jam

📋 copy color: '#AD194B'

red 173 ◦ green 25 ◦ blue 75

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

Shades of Jazzberry Jam #AD194B

Tints of Jazzberry Jam #AD194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 63.37%
G = 9.16%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD194B (or 0xAD194B) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 4B. RGB value is (173,25,75). Sum of RGB (Red+Green+Blue) = 173+25+75=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD194B is #52E6B4. Grayscale: #4A4A4A. Windows color (decimal): -5433013 or 4921773. OLE color: 4921773.

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

Color convert

RGB 173 25 75 -
CMYK 0 0.86 0.57 0.32
HSL 339.73º 0.75% 0.39% -
HSV(B) 339.73º 0.86% 0.68% -
XYZ 18.85 10.09 7.61 -
YUV 74.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 173 25 75 0 0.86 0.57 0.32 339.73 0.75 0.39
Hex AD 19 4B 0 56 39 20 154 4B 27
Octal 255 31 113 0 126 71 40 524 113 47
Binary 10101101 11001 1001011 0 1010110 111001 100000 101010100 1001011 100111

Color Harmonies of #AD194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD194B

Black with #AD194B

Text Example


Text Example

White with #AD194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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