Html Css Color HEX #A40D52 Jazzberry Jam

📋 copy color: '#A40D52'

red 164 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #A40D52

Tints of Jazzberry Jam #A40D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.02%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 63.32%
G = 5.02%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A40D52 (or 0xA40D52) is known color: Jazzberry Jam. HEX triplet: A4, 0D and 52. RGB value is (164,13,82). Sum of RGB (Red+Green+Blue) = 164+13+82=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40D52 is #5BF2AD. Grayscale: #414141. Windows color (decimal): -6025902 or 5377444. OLE color: 5377444.

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

Color convert

RGB 164 13 82 -
CMYK 0 0.92 0.5 0.36
HSL 332.58º 0.85% 0.35% -
HSV(B) 332.58º 0.92% 0.64% -
XYZ 16.98 8.79 8.78 -
YUV 66.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 164 13 82 0 0.92 0.5 0.36 332.58 0.85 0.35
Hex A4 D 52 0 5C 32 24 14D 55 23
Octal 244 15 122 0 134 62 44 515 125 43
Binary 10100100 1101 1010010 0 1011100 110010 100100 101001101 1010101 100011

Color Harmonies of #A40D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D52

Black with #A40D52

Text Example


Text Example

White with #A40D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D52; }

 p { color: rgb(164,13,82); }

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

background-color css

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

 a { background-color: rgb(164,13,82); }

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

border-color css

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

 span { border-color: rgb(164,13,82); }

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