Html Css Color HEX #AD1254 Jazzberry Jam

📋 copy color: '#AD1254'

red 173 ◦ green 18 ◦ blue 84

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

Shades of Jazzberry Jam #AD1254

Tints of Jazzberry Jam #AD1254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 62.91%
G = 6.55%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1254 (or 0xAD1254) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 54. RGB value is (173,18,84). Sum of RGB (Red+Green+Blue) = 173+18+84=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1254 is #52EDAB. Grayscale: #474747. Windows color (decimal): -5434796 or 5509805. OLE color: 5509805.

HSL color Cylindrical-coordinate representation of color #AD1254: hue angle of 334.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1254 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 84 -
CMYK 0 0.90 0.51 0.32
HSL 334.45º 0.81% 0.37% -
HSV(B) 334.45º 0.9% 0.68% -
XYZ 19.05 9.96 9.31 -
YUV 71.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 173 18 84 0 0.90 0.51 0.32 334.45 0.81 0.37
Hex AD 12 54 0 5A 33 20 14E 51 25
Octal 255 22 124 0 132 63 40 516 121 45
Binary 10101101 10010 1010100 0 1011010 110011 100000 101001110 1010001 100101

Color Harmonies of #AD1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1254

Black with #AD1254

Text Example


Text Example

White with #AD1254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1254; }

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

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

background-color css

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

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

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

border-color css

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

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

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