Html Css Color HEX #A40343 Jazzberry Jam

📋 copy color: '#A40343'

red 164 ◦ green 3 ◦ blue 67

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

Shades of Jazzberry Jam #A40343

Tints of Jazzberry Jam #A40343

RGB

 RED value IS 164 (64.45% from 255) = 70.09%

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

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

R = 70.09%
G = 1.28%
B = 28.63%

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

#A40343 (or 0xA40343) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 43. RGB value is (164,3,67). Sum of RGB (Red+Green+Blue) = 164+3+67=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A40343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40343 is #5BFCBC. Grayscale: #3A3A3A. Windows color (decimal): -6028477 or 4391844. OLE color: 4391844.

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

Color convert

RGB 164 3 67 -
CMYK 0 0.98 0.59 0.36
HSL 336.15º 0.96% 0.33% -
HSV(B) 336.15º 0.98% 0.64% -
XYZ 16.36 8.36 6.06 -
YUV 58.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 164 3 67 0 0.98 0.59 0.36 336.15 0.96 0.33
Hex A4 3 43 0 62 3B 24 150 60 21
Octal 244 3 103 0 142 73 44 520 140 41
Binary 10100100 11 1000011 0 1100010 111011 100100 101010000 1100000 100001

Color Harmonies of #A40343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40343

Black with #A40343

Text Example


Text Example

White with #A40343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40343; }

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

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

background-color css

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

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

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

border-color css

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

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

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