Html Css Color HEX #A21040 Jazzberry Jam

📋 copy color: '#A21040'

red 162 ◦ green 16 ◦ blue 64

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

Shades of Jazzberry Jam #A21040

Tints of Jazzberry Jam #A21040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 66.94%
G = 6.61%
B = 26.45%

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

#A21040 (or 0xA21040) is known color: Jazzberry Jam. HEX triplet: A2, 10 and 40. RGB value is (162,16,64). Sum of RGB (Red+Green+Blue) = 162+16+64=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21040 is #5DEFBF. Grayscale: #414141. Windows color (decimal): -6156224 or 4198562. OLE color: 4198562.

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

Color convert

RGB 162 16 64 -
CMYK 0 0.90 0.60 0.36
HSL 340.27º 0.82% 0.35% -
HSV(B) 340.27º 0.9% 0.64% -
XYZ 16.01 8.42 5.63 -
YUV 65.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 162 16 64 0 0.90 0.60 0.36 340.27 0.82 0.35
Hex A2 10 40 0 5A 3C 24 154 52 23
Octal 242 20 100 0 132 74 44 524 122 43
Binary 10100010 10000 1000000 0 1011010 111100 100100 101010100 1010010 100011

Color Harmonies of #A21040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21040

Black with #A21040

Text Example


Text Example

White with #A21040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21040; }

 p { color: rgb(162,16,64); }

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

background-color css

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

 a { background-color: rgb(162,16,64); }

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

border-color css

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

 span { border-color: rgb(162,16,64); }

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