Html Css Color HEX #A21243 Jazzberry Jam

📋 copy color: '#A21243'

red 162 ◦ green 18 ◦ blue 67

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

Shades of Jazzberry Jam #A21243

Tints of Jazzberry Jam #A21243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 65.59%
G = 7.29%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A21243 (or 0xA21243) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 43. RGB value is (162,18,67). Sum of RGB (Red+Green+Blue) = 162+18+67=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A21243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21243 is #5DEDBC. Grayscale: #424242. Windows color (decimal): -6155709 or 4395682. OLE color: 4395682.

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

Color convert

RGB 162 18 67 -
CMYK 0 0.89 0.59 0.36
HSL 339.58º 0.8% 0.35% -
HSV(B) 339.58º 0.89% 0.64% -
XYZ 16.13 8.52 6.1 -
YUV 66.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 162 18 67 0 0.89 0.59 0.36 339.58 0.8 0.35
Hex A2 12 43 0 59 3B 24 154 50 23
Octal 242 22 103 0 131 73 44 524 120 43
Binary 10100010 10010 1000011 0 1011001 111011 100100 101010100 1010000 100011

Color Harmonies of #A21243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21243

Black with #A21243

Text Example


Text Example

White with #A21243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21243; }

 p { color: rgb(162,18,67); }

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

background-color css

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

 a { background-color: rgb(162,18,67); }

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

border-color css

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

 span { border-color: rgb(162,18,67); }

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