Html Css Color HEX #AD144B Jazzberry Jam

📋 copy color: '#AD144B'

red 173 ◦ green 20 ◦ blue 75

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

Shades of Jazzberry Jam #AD144B

Tints of Jazzberry Jam #AD144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 64.55%
G = 7.46%
B = 27.99%

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

#AD144B (or 0xAD144B) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 4B. RGB value is (173,20,75). Sum of RGB (Red+Green+Blue) = 173+20+75=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD144B is #52EBB4. Grayscale: #474747. Windows color (decimal): -5434293 or 4920493. OLE color: 4920493.

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

Color convert

RGB 173 20 75 -
CMYK 0 0.88 0.57 0.32
HSL 338.43º 0.79% 0.38% -
HSV(B) 338.43º 0.88% 0.68% -
XYZ 18.75 9.89 7.58 -
YUV 72.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 173 20 75 0 0.88 0.57 0.32 338.43 0.79 0.38
Hex AD 14 4B 0 58 39 20 152 4F 26
Octal 255 24 113 0 130 71 40 522 117 46
Binary 10101101 10100 1001011 0 1011000 111001 100000 101010010 1001111 100110

Color Harmonies of #AD144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD144B

Black with #AD144B

Text Example


Text Example

White with #AD144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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