Html Css Color HEX #AD1558 Jazzberry Jam

📋 copy color: '#AD1558'

red 173 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #AD1558

Tints of Jazzberry Jam #AD1558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 61.35%
G = 7.45%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1558 (or 0xAD1558) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 58. RGB value is (173,21,88). Sum of RGB (Red+Green+Blue) = 173+21+88=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1558 is #52EAA7. Grayscale: #494949. Windows color (decimal): -5434024 or 5772717. OLE color: 5772717.

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

Color convert

RGB 173 21 88 -
CMYK 0 0.88 0.49 0.32
HSL 333.55º 0.78% 0.38% -
HSV(B) 333.55º 0.88% 0.68% -
XYZ 19.26 10.13 10.17 -
YUV 74.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 173 21 88 0 0.88 0.49 0.32 333.55 0.78 0.38
Hex AD 15 58 0 58 31 20 14E 4E 26
Octal 255 25 130 0 130 61 40 516 116 46
Binary 10101101 10101 1011000 0 1011000 110001 100000 101001110 1001110 100110

Color Harmonies of #AD1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1558

Black with #AD1558

Text Example


Text Example

White with #AD1558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1558; }

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

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

background-color css

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

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

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

border-color css

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

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

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