Html Css Color HEX #AD0949 Jazzberry Jam

📋 copy color: '#AD0949'

red 173 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #AD0949

Tints of Jazzberry Jam #AD0949

RGB

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

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

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

R = 67.84%
G = 3.53%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0949 (or 0xAD0949) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 49. RGB value is (173,9,73). Sum of RGB (Red+Green+Blue) = 173+9+73=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0949 is #52F6B6. Grayscale: #414141. Windows color (decimal): -5437111 or 4786605. OLE color: 4786605.

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

Color convert

RGB 173 9 73 -
CMYK 0 0.95 0.58 0.32
HSL 336.59º 0.9% 0.36% -
HSV(B) 336.59º 0.95% 0.68% -
XYZ 18.53 9.56 7.17 -
YUV 65.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 173 9 73 0 0.95 0.58 0.32 336.59 0.9 0.36
Hex AD 9 49 0 5F 3A 20 151 5A 24
Octal 255 11 111 0 137 72 40 521 132 44
Binary 10101101 1001 1001001 0 1011111 111010 100000 101010001 1011010 100100

Color Harmonies of #AD0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0949

Black with #AD0949

Text Example


Text Example

White with #AD0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0949; }

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

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

background-color css

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

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

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

border-color css

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

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

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