Html Css Color HEX #A21242 Jazzberry Jam

📋 copy color: '#A21242'

red 162 ◦ green 18 ◦ blue 66

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

Shades of Jazzberry Jam #A21242

Tints of Jazzberry Jam #A21242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 65.85%
G = 7.32%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A21242 (or 0xA21242) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 42. RGB value is (162,18,66). Sum of RGB (Red+Green+Blue) = 162+18+66=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A21242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21242 is #5DEDBD. Grayscale: #424242. Windows color (decimal): -6155710 or 4330146. OLE color: 4330146.

HSL color Cylindrical-coordinate representation of color #A21242: hue angle of 340º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21242 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 66 -
CMYK 0 0.89 0.59 0.36
HSL 340º 0.8% 0.35% -
HSV(B) 340º 0.89% 0.64% -
XYZ 16.1 8.51 5.95 -
YUV 66.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 162 18 66 0 0.89 0.59 0.36 340 0.8 0.35
Hex A2 12 42 0 59 3B 24 154 50 23
Octal 242 22 102 0 131 73 44 524 120 43
Binary 10100010 10010 1000010 0 1011001 111011 100100 101010100 1010000 100011

Color Harmonies of #A21242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21242

Black with #A21242

Text Example


Text Example

White with #A21242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21242; }

 p { color: rgb(162,18,66); }

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

background-color css

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

 a { background-color: rgb(162,18,66); }

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

border-color css

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

 span { border-color: rgb(162,18,66); }

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