Html Css Color HEX #AD0048 Jazzberry Jam

📋 copy color: '#AD0048'

red 173 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #AD0048

Tints of Jazzberry Jam #AD0048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 70.61%
G = 0%
B = 29.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0048 (or 0xAD0048) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 48. RGB value is (173,0,72). Sum of RGB (Red+Green+Blue) = 173+0+72=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0048 is #52FFB7. Grayscale: #3B3B3B. Windows color (decimal): -5439416 or 4718765. OLE color: 4718765.

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

Color convert

RGB 173 0 72 -
CMYK 0 1 0.58 0.32
HSL 335.03º 1% 0.34% -
HSV(B) 335.03º 1% 0.68% -
XYZ 18.4 9.35 6.97 -
YUV 59.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 173 0 72 0 1 0.58 0.32 335.03 1 0.34
Hex AD 0 48 0 64 3A 20 14F 64 22
Octal 255 0 110 0 144 72 40 517 144 42
Binary 10101101 0 1001000 0 1100100 111010 100000 101001111 1100100 100010

Color Harmonies of #AD0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0048

Black with #AD0048

Text Example


Text Example

White with #AD0048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0048; }

 p { color: rgb(173,0,72); }

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

background-color css

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

 a { background-color: rgb(173,0,72); }

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

border-color css

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

 span { border-color: rgb(173,0,72); }

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