Html Css Color HEX #A40547 Jazzberry Jam

📋 copy color: '#A40547'

red 164 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #A40547

Tints of Jazzberry Jam #A40547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 68.33%
G = 2.08%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A40547 (or 0xA40547) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 47. RGB value is (164,5,71). Sum of RGB (Red+Green+Blue) = 164+5+71=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A40547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40547 is #5BFAB8. Grayscale: #3B3B3B. Windows color (decimal): -6027961 or 4654500. OLE color: 4654500.

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

Color convert

RGB 164 5 71 -
CMYK 0 0.97 0.57 0.36
HSL 335.09º 0.94% 0.33% -
HSV(B) 335.09º 0.97% 0.64% -
XYZ 16.5 8.46 6.72 -
YUV 60.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 164 5 71 0 0.97 0.57 0.36 335.09 0.94 0.33
Hex A4 5 47 0 61 39 24 14F 5E 21
Octal 244 5 107 0 141 71 44 517 136 41
Binary 10100100 101 1000111 0 1100001 111001 100100 101001111 1011110 100001

Color Harmonies of #A40547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40547

Black with #A40547

Text Example


Text Example

White with #A40547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40547; }

 p { color: rgb(164,5,71); }

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

background-color css

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

 a { background-color: rgb(164,5,71); }

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

border-color css

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

 span { border-color: rgb(164,5,71); }

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