Html Css Color HEX #AD1059 Jazzberry Jam

📋 copy color: '#AD1059'

red 173 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #AD1059

Tints of Jazzberry Jam #AD1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 62.23%
G = 5.76%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1059 (or 0xAD1059) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 59. RGB value is (173,16,89). Sum of RGB (Red+Green+Blue) = 173+16+89=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1059 is #52EFA6. Grayscale: #474747. Windows color (decimal): -5435303 or 5836973. OLE color: 5836973.

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

Color convert

RGB 173 16 89 -
CMYK 0 0.91 0.49 0.32
HSL 332.1º 0.83% 0.37% -
HSV(B) 332.1º 0.91% 0.68% -
XYZ 19.22 9.98 10.36 -
YUV 71.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 173 16 89 0 0.91 0.49 0.32 332.1 0.83 0.37
Hex AD 10 59 0 5B 31 20 14C 53 25
Octal 255 20 131 0 133 61 40 514 123 45
Binary 10101101 10000 1011001 0 1011011 110001 100000 101001100 1010011 100101

Color Harmonies of #AD1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1059

Black with #AD1059

Text Example


Text Example

White with #AD1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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