Html Css Color HEX #A21448 Jazzberry Jam

📋 copy color: '#A21448'

red 162 ◦ green 20 ◦ blue 72

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

Shades of Jazzberry Jam #A21448

Tints of Jazzberry Jam #A21448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 63.78%
G = 7.87%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A21448 (or 0xA21448) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 48. RGB value is (162,20,72). Sum of RGB (Red+Green+Blue) = 162+20+72=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A21448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21448 is #5DEBB7. Grayscale: #444444. Windows color (decimal): -6155192 or 4723874. OLE color: 4723874.

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

Color convert

RGB 162 20 72 -
CMYK 0 0.88 0.56 0.36
HSL 338.03º 0.78% 0.36% -
HSV(B) 338.03º 0.88% 0.64% -
XYZ 16.32 8.65 6.94 -
YUV 68.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 162 20 72 0 0.88 0.56 0.36 338.03 0.78 0.36
Hex A2 14 48 0 58 38 24 152 4E 24
Octal 242 24 110 0 130 70 44 522 116 44
Binary 10100010 10100 1001000 0 1011000 111000 100100 101010010 1001110 100100

Color Harmonies of #A21448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21448

Black with #A21448

Text Example


Text Example

White with #A21448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21448; }

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

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

background-color css

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

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

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

border-color css

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

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

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