Html Css Color HEX #AD0B49 Jazzberry Jam

📋 copy color: '#AD0B49'

red 173 ◦ green 11 ◦ blue 73

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

Shades of Jazzberry Jam #AD0B49

Tints of Jazzberry Jam #AD0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 67.32%
G = 4.28%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0B49 (or 0xAD0B49) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 49. RGB value is (173,11,73). Sum of RGB (Red+Green+Blue) = 173+11+73=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B49 is #52F4B6. Grayscale: #424242. Windows color (decimal): -5436599 or 4787117. OLE color: 4787117.

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

Color convert

RGB 173 11 73 -
CMYK 0 0.94 0.58 0.32
HSL 337.04º 0.88% 0.36% -
HSV(B) 337.04º 0.94% 0.68% -
XYZ 18.56 9.6 7.18 -
YUV 66.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 173 11 73 0 0.94 0.58 0.32 337.04 0.88 0.36
Hex AD B 49 0 5E 3A 20 151 58 24
Octal 255 13 111 0 136 72 40 521 130 44
Binary 10101101 1011 1001001 0 1011110 111010 100000 101010001 1011000 100100

Color Harmonies of #AD0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B49

Black with #AD0B49

Text Example


Text Example

White with #AD0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B49; }

 p { color: rgb(173,11,73); }

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

background-color css

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

 a { background-color: rgb(173,11,73); }

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

border-color css

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

 span { border-color: rgb(173,11,73); }

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