Html Css Color HEX #AD1E5B Jazzberry Jam

📋 copy color: '#AD1E5B'

red 173 ◦ green 30 ◦ blue 91

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

Shades of Jazzberry Jam #AD1E5B

Tints of Jazzberry Jam #AD1E5B

RGB

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

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

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

R = 58.84%
G = 10.2%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD1E5B (or 0xAD1E5B) is known color: Jazzberry Jam. HEX triplet: AD, 1E and 5B. RGB value is (173,30,91). Sum of RGB (Red+Green+Blue) = 173+30+91=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E5B is #52E1A4. Grayscale: #4F4F4F. Windows color (decimal): -5431717 or 5971629. OLE color: 5971629.

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

Color convert

RGB 173 30 91 -
CMYK 0 0.83 0.47 0.32
HSL 334.41º 0.7% 0.4% -
HSV(B) 334.41º 0.83% 0.68% -
XYZ 19.59 10.57 10.91 -
YUV 79.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 173 30 91 0 0.83 0.47 0.32 334.41 0.7 0.4
Hex AD 1E 5B 0 53 2F 20 14E 46 28
Octal 255 36 133 0 123 57 40 516 106 50
Binary 10101101 11110 1011011 0 1010011 101111 100000 101001110 1000110 101000

Color Harmonies of #AD1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E5B

Black with #AD1E5B

Text Example


Text Example

White with #AD1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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