Html Css Color HEX #AD155B Jazzberry Jam

📋 copy color: '#AD155B'

red 173 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #AD155B

Tints of Jazzberry Jam #AD155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 60.7%
G = 7.37%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD155B (or 0xAD155B) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 5B. RGB value is (173,21,91). Sum of RGB (Red+Green+Blue) = 173+21+91=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD155B is #52EAA4. Grayscale: #4A4A4A. Windows color (decimal): -5434021 or 5969325. OLE color: 5969325.

HSL color Cylindrical-coordinate representation of color #AD155B: hue angle of 332.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD155B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 91 -
CMYK 0 0.88 0.47 0.32
HSL 332.37º 0.78% 0.38% -
HSV(B) 332.37º 0.88% 0.68% -
XYZ 19.39 10.18 10.84 -
YUV 74.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 173 21 91 0 0.88 0.47 0.32 332.37 0.78 0.38
Hex AD 15 5B 0 58 2F 20 14C 4E 26
Octal 255 25 133 0 130 57 40 514 116 46
Binary 10101101 10101 1011011 0 1011000 101111 100000 101001100 1001110 100110

Color Harmonies of #AD155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD155B

Black with #AD155B

Text Example


Text Example

White with #AD155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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