Html Css Color HEX #AD1555 Jazzberry Jam

📋 copy color: '#AD1555'

red 173 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #AD1555

Tints of Jazzberry Jam #AD1555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 62.01%
G = 7.53%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1555 (or 0xAD1555) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 55. RGB value is (173,21,85). Sum of RGB (Red+Green+Blue) = 173+21+85=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1555 is #52EAAA. Grayscale: #494949. Windows color (decimal): -5434027 or 5576109. OLE color: 5576109.

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

Color convert

RGB 173 21 85 -
CMYK 0 0.88 0.51 0.32
HSL 334.74º 0.78% 0.38% -
HSV(B) 334.74º 0.88% 0.68% -
XYZ 19.14 10.08 9.53 -
YUV 73.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 173 21 85 0 0.88 0.51 0.32 334.74 0.78 0.38
Hex AD 15 55 0 58 33 20 14F 4E 26
Octal 255 25 125 0 130 63 40 517 116 46
Binary 10101101 10101 1010101 0 1011000 110011 100000 101001111 1001110 100110

Color Harmonies of #AD1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1555

Black with #AD1555

Text Example


Text Example

White with #AD1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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