Html Css Color HEX #AD1958 Jazzberry Jam

📋 copy color: '#AD1958'

red 173 ◦ green 25 ◦ blue 88

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

Shades of Jazzberry Jam #AD1958

Tints of Jazzberry Jam #AD1958

RGB

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

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

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

R = 60.49%
G = 8.74%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1958 (or 0xAD1958) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 58. RGB value is (173,25,88). Sum of RGB (Red+Green+Blue) = 173+25+88=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1958 is #52E6A7. Grayscale: #4C4C4C. Windows color (decimal): -5433000 or 5773741. OLE color: 5773741.

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

Color convert

RGB 173 25 88 -
CMYK 0 0.86 0.49 0.32
HSL 334.46º 0.75% 0.39% -
HSV(B) 334.46º 0.86% 0.68% -
XYZ 19.34 10.28 10.2 -
YUV 76.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 173 25 88 0 0.86 0.49 0.32 334.46 0.75 0.39
Hex AD 19 58 0 56 31 20 14E 4B 27
Octal 255 31 130 0 126 61 40 516 113 47
Binary 10101101 11001 1011000 0 1010110 110001 100000 101001110 1001011 100111

Color Harmonies of #AD1958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1958

Black with #AD1958

Text Example


Text Example

White with #AD1958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1958; }

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

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

background-color css

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

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

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

border-color css

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

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

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