Html Css Color HEX #A21350 Jazzberry Jam

📋 copy color: '#A21350'

red 162 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #A21350

Tints of Jazzberry Jam #A21350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 62.07%
G = 7.28%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A21350 (or 0xA21350) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 50. RGB value is (162,19,80). Sum of RGB (Red+Green+Blue) = 162+19+80=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A21350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21350 is #5DECAF. Grayscale: #444444. Windows color (decimal): -6155440 or 5247906. OLE color: 5247906.

HSL color Cylindrical-coordinate representation of color #A21350: hue angle of 334.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21350 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 80 -
CMYK 0 0.88 0.51 0.36
HSL 334.41º 0.79% 0.35% -
HSV(B) 334.41º 0.88% 0.64% -
XYZ 16.58 8.73 8.4 -
YUV 68.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 162 19 80 0 0.88 0.51 0.36 334.41 0.79 0.35
Hex A2 13 50 0 58 33 24 14E 4F 23
Octal 242 23 120 0 130 63 44 516 117 43
Binary 10100010 10011 1010000 0 1011000 110011 100100 101001110 1001111 100011

Color Harmonies of #A21350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21350

Black with #A21350

Text Example


Text Example

White with #A21350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21350; }

 p { color: rgb(162,19,80); }

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

background-color css

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

 a { background-color: rgb(162,19,80); }

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

border-color css

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

 span { border-color: rgb(162,19,80); }

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