Html Css Color HEX #AD1C54 Jazzberry Jam

📋 copy color: '#AD1C54'

red 173 ◦ green 28 ◦ blue 84

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

Shades of Jazzberry Jam #AD1C54

Tints of Jazzberry Jam #AD1C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 60.7%
G = 9.82%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1C54 (or 0xAD1C54) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 54. RGB value is (173,28,84). Sum of RGB (Red+Green+Blue) = 173+28+84=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C54 is #52E3AB. Grayscale: #4D4D4D. Windows color (decimal): -5432236 or 5512365. OLE color: 5512365.

HSL color Cylindrical-coordinate representation of color #AD1C54: hue angle of 336.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C54 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 84 -
CMYK 0 0.84 0.51 0.32
HSL 336.83º 0.72% 0.39% -
HSV(B) 336.83º 0.84% 0.68% -
XYZ 19.25 10.35 9.37 -
YUV 77.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 173 28 84 0 0.84 0.51 0.32 336.83 0.72 0.39
Hex AD 1C 54 0 54 33 20 151 48 27
Octal 255 34 124 0 124 63 40 521 110 47
Binary 10101101 11100 1010100 0 1010100 110011 100000 101010001 1001000 100111

Color Harmonies of #AD1C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C54

Black with #AD1C54

Text Example


Text Example

White with #AD1C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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