Html Css Color HEX #AD0749 Jazzberry Jam

📋 copy color: '#AD0749'

red 173 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #AD0749

Tints of Jazzberry Jam #AD0749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 68.38%
G = 2.77%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0749 (or 0xAD0749) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 49. RGB value is (173,7,73). Sum of RGB (Red+Green+Blue) = 173+7+73=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0749 is #52F8B6. Grayscale: #404040. Windows color (decimal): -5437623 or 4786093. OLE color: 4786093.

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

Color convert

RGB 173 7 73 -
CMYK 0 0.96 0.58 0.32
HSL 336.14º 0.92% 0.35% -
HSV(B) 336.14º 0.96% 0.68% -
XYZ 18.51 9.52 7.16 -
YUV 64.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 173 7 73 0 0.96 0.58 0.32 336.14 0.92 0.35
Hex AD 7 49 0 60 3A 20 150 5C 23
Octal 255 7 111 0 140 72 40 520 134 43
Binary 10101101 111 1001001 0 1100000 111010 100000 101010000 1011100 100011

Color Harmonies of #AD0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0749

Black with #AD0749

Text Example


Text Example

White with #AD0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0749; }

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

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

background-color css

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

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

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

border-color css

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

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

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