Html Css Color HEX #AD144A Jazzberry Jam

📋 copy color: '#AD144A'

red 173 ◦ green 20 ◦ blue 74

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

Shades of Jazzberry Jam #AD144A

Tints of Jazzberry Jam #AD144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 64.79%
G = 7.49%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD144A (or 0xAD144A) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 4A. RGB value is (173,20,74). Sum of RGB (Red+Green+Blue) = 173+20+74=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD144A is #52EBB5. Grayscale: #474747. Windows color (decimal): -5434294 or 4854957. OLE color: 4854957.

HSL color Cylindrical-coordinate representation of color #AD144A: hue angle of 338.82º 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 #AD144A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 74 -
CMYK 0 0.88 0.57 0.32
HSL 338.82º 0.79% 0.38% -
HSV(B) 338.82º 0.88% 0.68% -
XYZ 18.72 9.88 7.4 -
YUV 71.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 173 20 74 0 0.88 0.57 0.32 338.82 0.79 0.38
Hex AD 14 4A 0 58 39 20 153 4F 26
Octal 255 24 112 0 130 71 40 523 117 46
Binary 10101101 10100 1001010 0 1011000 111001 100000 101010011 1001111 100110

Color Harmonies of #AD144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD144A

Black with #AD144A

Text Example


Text Example

White with #AD144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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