Html Css Color HEX #A40C56 Jazzberry Jam

📋 copy color: '#A40C56'

red 164 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #A40C56

Tints of Jazzberry Jam #A40C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 62.6%
G = 4.58%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A40C56 (or 0xA40C56) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 56. RGB value is (164,12,86). Sum of RGB (Red+Green+Blue) = 164+12+86=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C56 is #5BF3A9. Grayscale: #414141. Windows color (decimal): -6026154 or 5639332. OLE color: 5639332.

HSL color Cylindrical-coordinate representation of color #A40C56: hue angle of 330.79º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C56 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 12 86 -
CMYK 0 0.93 0.48 0.36
HSL 330.79º 0.86% 0.35% -
HSV(B) 330.79º 0.93% 0.64% -
XYZ 17.12 8.83 9.61 -
YUV 65.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 164 12 86 0 0.93 0.48 0.36 330.79 0.86 0.35
Hex A4 C 56 0 5D 30 24 14B 56 23
Octal 244 14 126 0 135 60 44 513 126 43
Binary 10100100 1100 1010110 0 1011101 110000 100100 101001011 1010110 100011

Color Harmonies of #A40C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C56

Black with #A40C56

Text Example


Text Example

White with #A40C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C56; }

 p { color: rgb(164,12,86); }

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

background-color css

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

 a { background-color: rgb(164,12,86); }

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

border-color css

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

 span { border-color: rgb(164,12,86); }

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