Html Css Color HEX #AD2261 Jazzberry Jam

📋 copy color: '#AD2261'

red 173 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #AD2261

Tints of Jazzberry Jam #AD2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 56.91%
G = 11.18%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD2261 (or 0xAD2261) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 61. RGB value is (173,34,97). Sum of RGB (Red+Green+Blue) = 173+34+97=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2261 is #52DD9E. Grayscale: #525252. Windows color (decimal): -5430687 or 6365869. OLE color: 6365869.

HSL color Cylindrical-coordinate representation of color #AD2261: hue angle of 332.81º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2261 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 97 -
CMYK 0 0.80 0.44 0.32
HSL 332.81º 0.67% 0.41% -
HSV(B) 332.81º 0.8% 0.68% -
XYZ 19.96 10.89 12.36 -
YUV 82.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 173 34 97 0 0.80 0.44 0.32 332.81 0.67 0.41
Hex AD 22 61 0 50 2C 20 14D 43 29
Octal 255 42 141 0 120 54 40 515 103 51
Binary 10101101 100010 1100001 0 1010000 101100 100000 101001101 1000011 101001

Color Harmonies of #AD2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2261

Black with #AD2261

Text Example


Text Example

White with #AD2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2261; }

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

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

background-color css

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

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

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

border-color css

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

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

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