Html Css Color HEX #A20343 Jazzberry Jam

📋 copy color: '#A20343'

red 162 ◦ green 3 ◦ blue 67

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

Shades of Jazzberry Jam #A20343

Tints of Jazzberry Jam #A20343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 69.83%
G = 1.29%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A20343 (or 0xA20343) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 43. RGB value is (162,3,67). Sum of RGB (Red+Green+Blue) = 162+3+67=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20343 is #5DFCBC. Grayscale: #393939. Windows color (decimal): -6159549 or 4391842. OLE color: 4391842.

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

Color convert

RGB 162 3 67 -
CMYK 0 0.98 0.59 0.36
HSL 335.85º 0.96% 0.32% -
HSV(B) 335.85º 0.98% 0.64% -
XYZ 15.95 8.15 6.04 -
YUV 57.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 162 3 67 0 0.98 0.59 0.36 335.85 0.96 0.32
Hex A2 3 43 0 62 3B 24 150 60 20
Octal 242 3 103 0 142 73 44 520 140 40
Binary 10100010 11 1000011 0 1100010 111011 100100 101010000 1100000 100000

Color Harmonies of #A20343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20343

Black with #A20343

Text Example


Text Example

White with #A20343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20343; }

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

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

background-color css

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

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

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

border-color css

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

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

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