Html Css Color HEX #AD0648 Jazzberry Jam

📋 copy color: '#AD0648'

red 173 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #AD0648

Tints of Jazzberry Jam #AD0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 68.92%
G = 2.39%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0648 (or 0xAD0648) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 48. RGB value is (173,6,72). Sum of RGB (Red+Green+Blue) = 173+6+72=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0648 is #52F9B7. Grayscale: #3F3F3F. Windows color (decimal): -5437880 or 4720301. OLE color: 4720301.

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

Color convert

RGB 173 6 72 -
CMYK 0 0.97 0.58 0.32
HSL 336.29º 0.93% 0.35% -
HSV(B) 336.29º 0.97% 0.68% -
XYZ 18.47 9.48 6.99 -
YUV 63.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 173 6 72 0 0.97 0.58 0.32 336.29 0.93 0.35
Hex AD 6 48 0 61 3A 20 150 5D 23
Octal 255 6 110 0 141 72 40 520 135 43
Binary 10101101 110 1001000 0 1100001 111010 100000 101010000 1011101 100011

Color Harmonies of #AD0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0648

Black with #AD0648

Text Example


Text Example

White with #AD0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0648; }

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

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

background-color css

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

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

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

border-color css

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

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

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