Html Css Color HEX #A21C5B Jazzberry Jam

📋 copy color: '#A21C5B'

red 162 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #A21C5B

Tints of Jazzberry Jam #A21C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 57.65%
G = 9.96%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A21C5B (or 0xA21C5B) is known color: Jazzberry Jam. HEX triplet: A2, 1C and 5B. RGB value is (162,28,91). Sum of RGB (Red+Green+Blue) = 162+28+91=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C5B is #5DE3A4. Grayscale: #4B4B4B. Windows color (decimal): -6153125 or 5971106. OLE color: 5971106.

HSL color Cylindrical-coordinate representation of color #A21C5B: hue angle of 331.79º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C5B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 91 -
CMYK 0 0.83 0.44 0.36
HSL 331.79º 0.71% 0.37% -
HSV(B) 331.79º 0.83% 0.64% -
XYZ 17.2 9.27 10.78 -
YUV 75.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 162 28 91 0 0.83 0.44 0.36 331.79 0.71 0.37
Hex A2 1C 5B 0 53 2C 24 14C 47 25
Octal 242 34 133 0 123 54 44 514 107 45
Binary 10100010 11100 1011011 0 1010011 101100 100100 101001100 1000111 100101

Color Harmonies of #A21C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C5B

Black with #A21C5B

Text Example


Text Example

White with #A21C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C5B; }

 p { color: rgb(162,28,91); }

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

background-color css

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

 a { background-color: rgb(162,28,91); }

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

border-color css

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

 span { border-color: rgb(162,28,91); }

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