Html Css Color HEX #A40346 Jazzberry Jam

📋 copy color: '#A40346'

red 164 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #A40346

Tints of Jazzberry Jam #A40346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 69.2%
G = 1.27%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A40346 (or 0xA40346) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 46. RGB value is (164,3,70). Sum of RGB (Red+Green+Blue) = 164+3+70=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40346 is #5BFCB9. Grayscale: #3A3A3A. Windows color (decimal): -6028474 or 4588452. OLE color: 4588452.

HSL color Cylindrical-coordinate representation of color #A40346: hue angle of 335.03º 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 #A40346 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 70 -
CMYK 0 0.98 0.57 0.36
HSL 335.03º 0.96% 0.33% -
HSV(B) 335.03º 0.98% 0.64% -
XYZ 16.45 8.4 6.55 -
YUV 58.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 164 3 70 0 0.98 0.57 0.36 335.03 0.96 0.33
Hex A4 3 46 0 62 39 24 14F 60 21
Octal 244 3 106 0 142 71 44 517 140 41
Binary 10100100 11 1000110 0 1100010 111001 100100 101001111 1100000 100001

Color Harmonies of #A40346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40346

Black with #A40346

Text Example


Text Example

White with #A40346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40346; }

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

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

background-color css

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

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

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

border-color css

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

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

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