Html Css Color HEX #AD195B Jazzberry Jam

📋 copy color: '#AD195B'

red 173 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #AD195B

Tints of Jazzberry Jam #AD195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 59.86%
G = 8.65%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD195B (or 0xAD195B) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 5B. RGB value is (173,25,91). Sum of RGB (Red+Green+Blue) = 173+25+91=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD195B is #52E6A4. Grayscale: #4C4C4C. Windows color (decimal): -5432997 or 5970349. OLE color: 5970349.

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

Color convert

RGB 173 25 91 -
CMYK 0 0.86 0.47 0.32
HSL 333.24º 0.75% 0.39% -
HSV(B) 333.24º 0.86% 0.68% -
XYZ 19.47 10.33 10.87 -
YUV 76.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 173 25 91 0 0.86 0.47 0.32 333.24 0.75 0.39
Hex AD 19 5B 0 56 2F 20 14D 4B 27
Octal 255 31 133 0 126 57 40 515 113 47
Binary 10101101 11001 1011011 0 1010110 101111 100000 101001101 1001011 100111

Color Harmonies of #AD195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD195B

Black with #AD195B

Text Example


Text Example

White with #AD195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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