Html Css Color HEX #A21051 Jazzberry Jam

📋 copy color: '#A21051'

red 162 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #A21051

Tints of Jazzberry Jam #A21051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 62.55%
G = 6.18%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A21051 (or 0xA21051) is known color: Jazzberry Jam. HEX triplet: A2, 10 and 51. RGB value is (162,16,81). Sum of RGB (Red+Green+Blue) = 162+16+81=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A21051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21051 is #5DEFAE. Grayscale: #424242. Windows color (decimal): -6156207 or 5312674. OLE color: 5312674.

HSL color Cylindrical-coordinate representation of color #A21051: hue angle of 333.29º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21051 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 81 -
CMYK 0 0.90 0.50 0.36
HSL 333.29º 0.82% 0.35% -
HSV(B) 333.29º 0.9% 0.64% -
XYZ 16.57 8.65 8.58 -
YUV 67.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 162 16 81 0 0.90 0.50 0.36 333.29 0.82 0.35
Hex A2 10 51 0 5A 32 24 14D 52 23
Octal 242 20 121 0 132 62 44 515 122 43
Binary 10100010 10000 1010001 0 1011010 110010 100100 101001101 1010010 100011

Color Harmonies of #A21051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21051

Black with #A21051

Text Example


Text Example

White with #A21051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21051; }

 p { color: rgb(162,16,81); }

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

background-color css

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

 a { background-color: rgb(162,16,81); }

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

border-color css

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

 span { border-color: rgb(162,16,81); }

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