Html Css Color HEX #AD0E59 Jazzberry Jam

📋 copy color: '#AD0E59'

red 173 ◦ green 14 ◦ blue 89

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

Shades of Jazzberry Jam #AD0E59

Tints of Jazzberry Jam #AD0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

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

R = 62.68%
G = 5.07%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0E59 (or 0xAD0E59) is known color: Jazzberry Jam. HEX triplet: AD, 0E and 59. RGB value is (173,14,89). Sum of RGB (Red+Green+Blue) = 173+14+89=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0E59 is #52F1A6. Grayscale: #454545. Windows color (decimal): -5435815 or 5836461. OLE color: 5836461.

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

Color convert

RGB 173 14 89 -
CMYK 0 0.92 0.49 0.32
HSL 331.7º 0.85% 0.37% -
HSV(B) 331.7º 0.92% 0.68% -
XYZ 19.19 9.92 10.35 -
YUV 70.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 173 14 89 0 0.92 0.49 0.32 331.7 0.85 0.37
Hex AD E 59 0 5C 31 20 14C 55 25
Octal 255 16 131 0 134 61 40 514 125 45
Binary 10101101 1110 1011001 0 1011100 110001 100000 101001100 1010101 100101

Color Harmonies of #AD0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E59

Black with #AD0E59

Text Example


Text Example

White with #AD0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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