Html Css Color HEX #A21D5B Jazzberry Jam

📋 copy color: '#A21D5B'

red 162 ◦ green 29 ◦ blue 91

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

Shades of Jazzberry Jam #A21D5B

Tints of Jazzberry Jam #A21D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

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

R = 57.45%
G = 10.28%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A21D5B (or 0xA21D5B) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 5B. RGB value is (162,29,91). Sum of RGB (Red+Green+Blue) = 162+29+91=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D5B is #5DE2A4. Grayscale: #4B4B4B. Windows color (decimal): -6152869 or 5971362. OLE color: 5971362.

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

Color convert

RGB 162 29 91 -
CMYK 0 0.82 0.44 0.36
HSL 332.03º 0.7% 0.37% -
HSV(B) 332.03º 0.82% 0.64% -
XYZ 17.23 9.32 10.79 -
YUV 75.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 162 29 91 0 0.82 0.44 0.36 332.03 0.7 0.37
Hex A2 1D 5B 0 52 2C 24 14C 46 25
Octal 242 35 133 0 122 54 44 514 106 45
Binary 10100010 11101 1011011 0 1010010 101100 100100 101001100 1000110 100101

Color Harmonies of #A21D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D5B

Black with #A21D5B

Text Example


Text Example

White with #A21D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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