Html Css Color HEX #AD154F Jazzberry Jam

📋 copy color: '#AD154F'

red 173 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #AD154F

Tints of Jazzberry Jam #AD154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 63.37%
G = 7.69%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD154F (or 0xAD154F) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 4F. RGB value is (173,21,79). Sum of RGB (Red+Green+Blue) = 173+21+79=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD154F is #52EAB0. Grayscale: #484848. Windows color (decimal): -5434033 or 5182893. OLE color: 5182893.

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

Color convert

RGB 173 21 79 -
CMYK 0 0.88 0.54 0.32
HSL 337.11º 0.78% 0.38% -
HSV(B) 337.11º 0.88% 0.68% -
XYZ 18.91 9.99 8.33 -
YUV 73.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 173 21 79 0 0.88 0.54 0.32 337.11 0.78 0.38
Hex AD 15 4F 0 58 36 20 151 4E 26
Octal 255 25 117 0 130 66 40 521 116 46
Binary 10101101 10101 1001111 0 1011000 110110 100000 101010001 1001110 100110

Color Harmonies of #AD154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD154F

Black with #AD154F

Text Example


Text Example

White with #AD154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD154F; }

 p { color: rgb(173,21,79); }

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

background-color css

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

 a { background-color: rgb(173,21,79); }

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

border-color css

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

 span { border-color: rgb(173,21,79); }

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