Html Css Color HEX #A21455 Jazzberry Jam

📋 copy color: '#A21455'

red 162 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #A21455

Tints of Jazzberry Jam #A21455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 60.67%
G = 7.49%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A21455 (or 0xA21455) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 55. RGB value is (162,20,85). Sum of RGB (Red+Green+Blue) = 162+20+85=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A21455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21455 is #5DEBAA. Grayscale: #454545. Windows color (decimal): -6155179 or 5575842. OLE color: 5575842.

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

Color convert

RGB 162 20 85 -
CMYK 0 0.88 0.48 0.36
HSL 332.54º 0.78% 0.36% -
HSV(B) 332.54º 0.88% 0.64% -
XYZ 16.79 8.84 9.42 -
YUV 69.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 162 20 85 0 0.88 0.48 0.36 332.54 0.78 0.36
Hex A2 14 55 0 58 30 24 14D 4E 24
Octal 242 24 125 0 130 60 44 515 116 44
Binary 10100010 10100 1010101 0 1011000 110000 100100 101001101 1001110 100100

Color Harmonies of #A21455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21455

Black with #A21455

Text Example


Text Example

White with #A21455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21455; }

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

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

background-color css

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

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

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

border-color css

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

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

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