Html Css Color HEX #AD154B Jazzberry Jam

📋 copy color: '#AD154B'

red 173 ◦ green 21 ◦ blue 75

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

Shades of Jazzberry Jam #AD154B

Tints of Jazzberry Jam #AD154B

RGB

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

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

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

R = 64.31%
G = 7.81%
B = 27.88%

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

#AD154B (or 0xAD154B) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 4B. RGB value is (173,21,75). Sum of RGB (Red+Green+Blue) = 173+21+75=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD154B is #52EAB4. Grayscale: #484848. Windows color (decimal): -5434037 or 4920749. OLE color: 4920749.

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

Color convert

RGB 173 21 75 -
CMYK 0 0.88 0.57 0.32
HSL 338.68º 0.78% 0.38% -
HSV(B) 338.68º 0.88% 0.68% -
XYZ 18.77 9.93 7.58 -
YUV 72.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 173 21 75 0 0.88 0.57 0.32 338.68 0.78 0.38
Hex AD 15 4B 0 58 39 20 153 4E 26
Octal 255 25 113 0 130 71 40 523 116 46
Binary 10101101 10101 1001011 0 1011000 111001 100000 101010011 1001110 100110

Color Harmonies of #AD154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD154B

Black with #AD154B

Text Example


Text Example

White with #AD154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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