Html Css Color HEX #AD2360 Jazzberry Jam

📋 copy color: '#AD2360'

red 173 ◦ green 35 ◦ blue 96

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

Shades of Jazzberry Jam #AD2360

Tints of Jazzberry Jam #AD2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 56.91%
G = 11.51%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD2360 (or 0xAD2360) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 60. RGB value is (173,35,96). Sum of RGB (Red+Green+Blue) = 173+35+96=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2360 is #52DC9F. Grayscale: #535353. Windows color (decimal): -5430432 or 6300589. OLE color: 6300589.

HSL color Cylindrical-coordinate representation of color #AD2360: hue angle of 333.48º degrees, saturation: 0.66, 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 #AD2360 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 96 -
CMYK 0 0.80 0.45 0.32
HSL 333.48º 0.66% 0.41% -
HSV(B) 333.48º 0.8% 0.68% -
XYZ 19.95 10.93 12.12 -
YUV 83.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 173 35 96 0 0.80 0.45 0.32 333.48 0.66 0.41
Hex AD 23 60 0 50 2D 20 14D 42 29
Octal 255 43 140 0 120 55 40 515 102 51
Binary 10101101 100011 1100000 0 1010000 101101 100000 101001101 1000010 101001

Color Harmonies of #AD2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2360

Black with #AD2360

Text Example


Text Example

White with #AD2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2360; }

 p { color: rgb(173,35,96); }

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

background-color css

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

 a { background-color: rgb(173,35,96); }

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

border-color css

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

 span { border-color: rgb(173,35,96); }

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