Html Css Color HEX #AD0959 Jazzberry Jam

📋 copy color: '#AD0959'

red 173 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #AD0959

Tints of Jazzberry Jam #AD0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 63.84%
G = 3.32%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0959 (or 0xAD0959) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 59. RGB value is (173,9,89). Sum of RGB (Red+Green+Blue) = 173+9+89=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0959 is #52F6A6. Grayscale: #434343. Windows color (decimal): -5437095 or 5835181. OLE color: 5835181.

HSL color Cylindrical-coordinate representation of color #AD0959: hue angle of 330.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0959 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 89 -
CMYK 0 0.95 0.49 0.32
HSL 330.73º 0.9% 0.36% -
HSV(B) 330.73º 0.95% 0.68% -
XYZ 19.13 9.8 10.33 -
YUV 67.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 173 9 89 0 0.95 0.49 0.32 330.73 0.9 0.36
Hex AD 9 59 0 5F 31 20 14B 5A 24
Octal 255 11 131 0 137 61 40 513 132 44
Binary 10101101 1001 1011001 0 1011111 110001 100000 101001011 1011010 100100

Color Harmonies of #AD0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0959

Black with #AD0959

Text Example


Text Example

White with #AD0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0959; }

 p { color: rgb(173,9,89); }

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

background-color css

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

 a { background-color: rgb(173,9,89); }

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

border-color css

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

 span { border-color: rgb(173,9,89); }

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