Html Css Color HEX #A21D59 Jazzberry Jam

📋 copy color: '#A21D59'

red 162 ◦ green 29 ◦ blue 89

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

Shades of Jazzberry Jam #A21D59

Tints of Jazzberry Jam #A21D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 57.86%
G = 10.36%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A21D59 (or 0xA21D59) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 59. RGB value is (162,29,89). Sum of RGB (Red+Green+Blue) = 162+29+89=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D59 is #5DE2A6. Grayscale: #4B4B4B. Windows color (decimal): -6152871 or 5840290. OLE color: 5840290.

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

Color convert

RGB 162 29 89 -
CMYK 0 0.82 0.45 0.36
HSL 332.93º 0.7% 0.37% -
HSV(B) 332.93º 0.82% 0.64% -
XYZ 17.14 9.28 10.34 -
YUV 75.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 162 29 89 0 0.82 0.45 0.36 332.93 0.7 0.37
Hex A2 1D 59 0 52 2D 24 14D 46 25
Octal 242 35 131 0 122 55 44 515 106 45
Binary 10100010 11101 1011001 0 1010010 101101 100100 101001101 1000110 100101

Color Harmonies of #A21D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D59

Black with #A21D59

Text Example


Text Example

White with #A21D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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