Html Css Color HEX #A40540 Jazzberry Jam

📋 copy color: '#A40540'

red 164 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #A40540

Tints of Jazzberry Jam #A40540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 70.39%
G = 2.15%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A40540 (or 0xA40540) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 40. RGB value is (164,5,64). Sum of RGB (Red+Green+Blue) = 164+5+64=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A40540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40540 is #5BFABF. Grayscale: #3B3B3B. Windows color (decimal): -6027968 or 4195748. OLE color: 4195748.

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

Color convert

RGB 164 5 64 -
CMYK 0 0.97 0.61 0.36
HSL 337.74º 0.94% 0.33% -
HSV(B) 337.74º 0.97% 0.64% -
XYZ 16.29 8.37 5.61 -
YUV 59.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 164 5 64 0 0.97 0.61 0.36 337.74 0.94 0.33
Hex A4 5 40 0 61 3D 24 152 5E 21
Octal 244 5 100 0 141 75 44 522 136 41
Binary 10100100 101 1000000 0 1100001 111101 100100 101010010 1011110 100001

Color Harmonies of #A40540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40540

Black with #A40540

Text Example


Text Example

White with #A40540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40540; }

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

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

background-color css

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

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

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

border-color css

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

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

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