Html Css Color HEX #AD1554 Jazzberry Jam

📋 copy color: '#AD1554'

red 173 ◦ green 21 ◦ blue 84

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

Shades of Jazzberry Jam #AD1554

Tints of Jazzberry Jam #AD1554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 62.23%
G = 7.55%
B = 30.22%

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

#AD1554 (or 0xAD1554) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 54. RGB value is (173,21,84). Sum of RGB (Red+Green+Blue) = 173+21+84=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1554 is #52EAAB. Grayscale: #494949. Windows color (decimal): -5434028 or 5510573. OLE color: 5510573.

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

Color convert

RGB 173 21 84 -
CMYK 0 0.88 0.51 0.32
HSL 335.13º 0.78% 0.38% -
HSV(B) 335.13º 0.88% 0.68% -
XYZ 19.1 10.06 9.32 -
YUV 73.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 173 21 84 0 0.88 0.51 0.32 335.13 0.78 0.38
Hex AD 15 54 0 58 33 20 14F 4E 26
Octal 255 25 124 0 130 63 40 517 116 46
Binary 10101101 10101 1010100 0 1011000 110011 100000 101001111 1001110 100110

Color Harmonies of #AD1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1554

Black with #AD1554

Text Example


Text Example

White with #AD1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1554; }

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

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

background-color css

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

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

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

border-color css

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

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

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