Html Css Color HEX #AD1261 Jazzberry Jam

📋 copy color: '#AD1261'

red 173 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #AD1261

Tints of Jazzberry Jam #AD1261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 60.07%
G = 6.25%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD1261 (or 0xAD1261) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 61. RGB value is (173,18,97). Sum of RGB (Red+Green+Blue) = 173+18+97=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1261 is #52ED9E. Grayscale: #494949. Windows color (decimal): -5434783 or 6361773. OLE color: 6361773.

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

Color convert

RGB 173 18 97 -
CMYK 0 0.90 0.44 0.32
HSL 329.42º 0.81% 0.37% -
HSV(B) 329.42º 0.9% 0.68% -
XYZ 19.61 10.18 12.24 -
YUV 73.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 173 18 97 0 0.90 0.44 0.32 329.42 0.81 0.37
Hex AD 12 61 0 5A 2C 20 149 51 25
Octal 255 22 141 0 132 54 40 511 121 45
Binary 10101101 10010 1100001 0 1011010 101100 100000 101001001 1010001 100101

Color Harmonies of #AD1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1261

Black with #AD1261

Text Example


Text Example

White with #AD1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1261; }

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

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

background-color css

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

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

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

border-color css

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

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

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