Html Css Color HEX #A21555 Jazzberry Jam

📋 copy color: '#A21555'

red 162 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #A21555

Tints of Jazzberry Jam #A21555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 60.45%
G = 7.84%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A21555 (or 0xA21555) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 55. RGB value is (162,21,85). Sum of RGB (Red+Green+Blue) = 162+21+85=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A21555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21555 is #5DEAAA. Grayscale: #464646. Windows color (decimal): -6154923 or 5576098. OLE color: 5576098.

HSL color Cylindrical-coordinate representation of color #A21555: hue angle of 332.77º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21555 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 85 -
CMYK 0 0.87 0.48 0.36
HSL 332.77º 0.77% 0.36% -
HSV(B) 332.77º 0.87% 0.64% -
XYZ 16.81 8.87 9.42 -
YUV 70.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 162 21 85 0 0.87 0.48 0.36 332.77 0.77 0.36
Hex A2 15 55 0 57 30 24 14D 4D 24
Octal 242 25 125 0 127 60 44 515 115 44
Binary 10100010 10101 1010101 0 1010111 110000 100100 101001101 1001101 100100

Color Harmonies of #A21555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21555

Black with #A21555

Text Example


Text Example

White with #A21555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21555; }

 p { color: rgb(162,21,85); }

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

background-color css

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

 a { background-color: rgb(162,21,85); }

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

border-color css

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

 span { border-color: rgb(162,21,85); }

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