Html Css Color HEX #A9215D Jazzberry Jam

📋 copy color: '#A9215D'

red 169 ◦ green 33 ◦ blue 93

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

Shades of Jazzberry Jam #A9215D

Tints of Jazzberry Jam #A9215D

RGB

 RED value IS 169 (66.41% from 255) = 57.29%

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 57.29%
G = 11.19%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9215D (or 0xA9215D) is known color: Jazzberry Jam. HEX triplet: A9, 21 and 5D. RGB value is (169,33,93). Sum of RGB (Red+Green+Blue) = 169+33+93=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9215D is #56DEA2. Grayscale: #505050. Windows color (decimal): -5693091 or 6103465. OLE color: 6103465.

HSL color Cylindrical-coordinate representation of color #A9215D: hue angle of 333.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9215D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 93 -
CMYK 0 0.80 0.45 0.34
HSL 333.53º 0.67% 0.4% -
HSV(B) 333.53º 0.8% 0.66% -
XYZ 18.88 10.31 11.35 -
YUV 80.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 169 33 93 0 0.80 0.45 0.34 333.53 0.67 0.4
Hex A9 21 5D 0 50 2D 22 14E 43 28
Octal 251 41 135 0 120 55 42 516 103 50
Binary 10101001 100001 1011101 0 1010000 101101 100010 101001110 1000011 101000

Color Harmonies of #A9215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9215D

Black with #A9215D

Text Example


Text Example

White with #A9215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9215D; }

 p { color: rgb(169,33,93); }

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

background-color css

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

 a { background-color: rgb(169,33,93); }

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

border-color css

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

 span { border-color: rgb(169,33,93); }

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