Html Css Color HEX #AD0760 Jazzberry Jam

📋 copy color: '#AD0760'

red 173 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #AD0760

Tints of Jazzberry Jam #AD0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 62.68%
G = 2.54%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0760 (or 0xAD0760) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 60. RGB value is (173,7,96). Sum of RGB (Red+Green+Blue) = 173+7+96=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0760 is #52F89F. Grayscale: #424242. Windows color (decimal): -5437600 or 6293421. OLE color: 6293421.

HSL color Cylindrical-coordinate representation of color #AD0760: hue angle of 327.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0760 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 96 -
CMYK 0 0.96 0.45 0.32
HSL 327.83º 0.92% 0.35% -
HSV(B) 327.83º 0.96% 0.68% -
XYZ 19.42 9.88 11.95 -
YUV 66.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 173 7 96 0 0.96 0.45 0.32 327.83 0.92 0.35
Hex AD 7 60 0 60 2D 20 148 5C 23
Octal 255 7 140 0 140 55 40 510 134 43
Binary 10101101 111 1100000 0 1100000 101101 100000 101001000 1011100 100011

Color Harmonies of #AD0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0760

Black with #AD0760

Text Example


Text Example

White with #AD0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0760; }

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

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

background-color css

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

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

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

border-color css

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

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

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