Html Css Color HEX #AD1448 Jazzberry Jam

📋 copy color: '#AD1448'

red 173 ◦ green 20 ◦ blue 72

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

Shades of Jazzberry Jam #AD1448

Tints of Jazzberry Jam #AD1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 65.28%
G = 7.55%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1448 (or 0xAD1448) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 48. RGB value is (173,20,72). Sum of RGB (Red+Green+Blue) = 173+20+72=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1448 is #52EBB7. Grayscale: #474747. Windows color (decimal): -5434296 or 4723885. OLE color: 4723885.

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

Color convert

RGB 173 20 72 -
CMYK 0 0.88 0.58 0.32
HSL 339.61º 0.79% 0.38% -
HSV(B) 339.61º 0.88% 0.68% -
XYZ 18.65 9.85 7.05 -
YUV 71.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 173 20 72 0 0.88 0.58 0.32 339.61 0.79 0.38
Hex AD 14 48 0 58 3A 20 154 4F 26
Octal 255 24 110 0 130 72 40 524 117 46
Binary 10101101 10100 1001000 0 1011000 111010 100000 101010100 1001111 100110

Color Harmonies of #AD1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1448

Black with #AD1448

Text Example


Text Example

White with #AD1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1448; }

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

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

background-color css

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

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

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

border-color css

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

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

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