Html Css Color HEX #A21141 Jazzberry Jam

📋 copy color: '#A21141'

red 162 ◦ green 17 ◦ blue 65

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

Shades of Jazzberry Jam #A21141

Tints of Jazzberry Jam #A21141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 66.39%
G = 6.97%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A21141 (or 0xA21141) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 41. RGB value is (162,17,65). Sum of RGB (Red+Green+Blue) = 162+17+65=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A21141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21141 is #5DEEBE. Grayscale: #414141. Windows color (decimal): -6155967 or 4264354. OLE color: 4264354.

HSL color Cylindrical-coordinate representation of color #A21141: hue angle of 340.14º 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 #A21141 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 65 -
CMYK 0 0.90 0.60 0.36
HSL 340.14º 0.81% 0.35% -
HSV(B) 340.14º 0.9% 0.64% -
XYZ 16.05 8.46 5.79 -
YUV 65.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 162 17 65 0 0.90 0.60 0.36 340.14 0.81 0.35
Hex A2 11 41 0 5A 3C 24 154 51 23
Octal 242 21 101 0 132 74 44 524 121 43
Binary 10100010 10001 1000001 0 1011010 111100 100100 101010100 1010001 100011

Color Harmonies of #A21141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21141

Black with #A21141

Text Example


Text Example

White with #A21141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21141; }

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

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

background-color css

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

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

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

border-color css

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

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

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