Html Css Color HEX #A21253 Jazzberry Jam

📋 copy color: '#A21253'

red 162 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #A21253

Tints of Jazzberry Jam #A21253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 61.6%
G = 6.84%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A21253 (or 0xA21253) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 53. RGB value is (162,18,83). Sum of RGB (Red+Green+Blue) = 162+18+83=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A21253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21253 is #5DEDAC. Grayscale: #444444. Windows color (decimal): -6155693 or 5444258. OLE color: 5444258.

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

Color convert

RGB 162 18 83 -
CMYK 0 0.89 0.49 0.36
HSL 332.92º 0.8% 0.35% -
HSV(B) 332.92º 0.89% 0.64% -
XYZ 16.68 8.74 8.99 -
YUV 68.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 162 18 83 0 0.89 0.49 0.36 332.92 0.8 0.35
Hex A2 12 53 0 59 31 24 14D 50 23
Octal 242 22 123 0 131 61 44 515 120 43
Binary 10100010 10010 1010011 0 1011001 110001 100100 101001101 1010000 100011

Color Harmonies of #A21253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21253

Black with #A21253

Text Example


Text Example

White with #A21253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21253; }

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

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

background-color css

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

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

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

border-color css

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

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

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