Html Css Color HEX #AD1246 Jazzberry Jam

📋 copy color: '#AD1246'

red 173 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #AD1246

Tints of Jazzberry Jam #AD1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 66.28%
G = 6.9%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD1246 (or 0xAD1246) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 46. RGB value is (173,18,70). Sum of RGB (Red+Green+Blue) = 173+18+70=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1246 is #52EDB9. Grayscale: #464646. Windows color (decimal): -5434810 or 4592301. OLE color: 4592301.

HSL color Cylindrical-coordinate representation of color #AD1246: hue angle of 339.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1246 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 70 -
CMYK 0 0.90 0.60 0.32
HSL 339.87º 0.81% 0.37% -
HSV(B) 339.87º 0.9% 0.68% -
XYZ 18.56 9.76 6.7 -
YUV 70.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 173 18 70 0 0.90 0.60 0.32 339.87 0.81 0.37
Hex AD 12 46 0 5A 3C 20 154 51 25
Octal 255 22 106 0 132 74 40 524 121 45
Binary 10101101 10010 1000110 0 1011010 111100 100000 101010100 1010001 100101

Color Harmonies of #AD1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1246

Black with #AD1246

Text Example


Text Example

White with #AD1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1246; }

 p { color: rgb(173,18,70); }

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

background-color css

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

 a { background-color: rgb(173,18,70); }

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

border-color css

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

 span { border-color: rgb(173,18,70); }

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