Html Css Color HEX #AD1E5D Jazzberry Jam

📋 copy color: '#AD1E5D'

red 173 ◦ green 30 ◦ blue 93

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

Shades of Jazzberry Jam #AD1E5D

Tints of Jazzberry Jam #AD1E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 58.45%
G = 10.14%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD1E5D (or 0xAD1E5D) is known color: Jazzberry Jam. HEX triplet: AD, 1E and 5D. RGB value is (173,30,93). Sum of RGB (Red+Green+Blue) = 173+30+93=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E5D is #52E1A2. Grayscale: #4F4F4F. Windows color (decimal): -5431715 or 6102701. OLE color: 6102701.

HSL color Cylindrical-coordinate representation of color #AD1E5D: hue angle of 333.57º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E5D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 30 93 -
CMYK 0 0.83 0.46 0.32
HSL 333.57º 0.7% 0.4% -
HSV(B) 333.57º 0.83% 0.68% -
XYZ 19.67 10.6 11.37 -
YUV 79.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 173 30 93 0 0.83 0.46 0.32 333.57 0.7 0.4
Hex AD 1E 5D 0 53 2E 20 14E 46 28
Octal 255 36 135 0 123 56 40 516 106 50
Binary 10101101 11110 1011101 0 1010011 101110 100000 101001110 1000110 101000

Color Harmonies of #AD1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E5D

Black with #AD1E5D

Text Example


Text Example

White with #AD1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E5D; }

 p { color: rgb(173,30,93); }

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

background-color css

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

 a { background-color: rgb(173,30,93); }

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

border-color css

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

 span { border-color: rgb(173,30,93); }

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