Html Css Color HEX #A21151 Jazzberry Jam

📋 copy color: '#A21151'

red 162 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #A21151

Tints of Jazzberry Jam #A21151

RGB

 RED value IS 162 (63.67% from 255) = 62.31%

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 62.31%
G = 6.54%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A21151 (or 0xA21151) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 51. RGB value is (162,17,81). Sum of RGB (Red+Green+Blue) = 162+17+81=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A21151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21151 is #5DEEAE. Grayscale: #434343. Windows color (decimal): -6155951 or 5312930. OLE color: 5312930.

HSL color Cylindrical-coordinate representation of color #A21151: hue angle of 333.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21151 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 81 -
CMYK 0 0.90 0.50 0.36
HSL 333.52º 0.81% 0.35% -
HSV(B) 333.52º 0.9% 0.64% -
XYZ 16.59 8.68 8.59 -
YUV 67.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 162 17 81 0 0.90 0.50 0.36 333.52 0.81 0.35
Hex A2 11 51 0 5A 32 24 14E 51 23
Octal 242 21 121 0 132 62 44 516 121 43
Binary 10100010 10001 1010001 0 1011010 110010 100100 101001110 1010001 100011

Color Harmonies of #A21151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21151

Black with #A21151

Text Example


Text Example

White with #A21151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21151; }

 p { color: rgb(162,17,81); }

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

background-color css

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

 a { background-color: rgb(162,17,81); }

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

border-color css

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

 span { border-color: rgb(162,17,81); }

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