Html Css Color HEX #AD0761 Jazzberry Jam

📋 copy color: '#AD0761'

red 173 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #AD0761

Tints of Jazzberry Jam #AD0761

RGB

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

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

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

R = 62.45%
G = 2.53%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD0761 (or 0xAD0761) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 61. RGB value is (173,7,97). Sum of RGB (Red+Green+Blue) = 173+7+97=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0761 is #52F89E. Grayscale: #424242. Windows color (decimal): -5437599 or 6358957. OLE color: 6358957.

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

Color convert

RGB 173 7 97 -
CMYK 0 0.96 0.44 0.32
HSL 327.47º 0.92% 0.35% -
HSV(B) 327.47º 0.96% 0.68% -
XYZ 19.47 9.9 12.19 -
YUV 66.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 173 7 97 0 0.96 0.44 0.32 327.47 0.92 0.35
Hex AD 7 61 0 60 2C 20 147 5C 23
Octal 255 7 141 0 140 54 40 507 134 43
Binary 10101101 111 1100001 0 1100000 101100 100000 101000111 1011100 100011

Color Harmonies of #AD0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0761

Black with #AD0761

Text Example


Text Example

White with #AD0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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