Html Css Color HEX #A40D44 Jazzberry Jam

📋 copy color: '#A40D44'

red 164 ◦ green 13 ◦ blue 68

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

Shades of Jazzberry Jam #A40D44

Tints of Jazzberry Jam #A40D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 66.94%
G = 5.31%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A40D44 (or 0xA40D44) is known color: Jazzberry Jam. HEX triplet: A4, 0D and 44. RGB value is (164,13,68). Sum of RGB (Red+Green+Blue) = 164+13+68=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D44 is #5BF2BB. Grayscale: #404040. Windows color (decimal): -6025916 or 4459940. OLE color: 4459940.

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

Color convert

RGB 164 13 68 -
CMYK 0 0.92 0.59 0.36
HSL 338.15º 0.85% 0.35% -
HSV(B) 338.15º 0.92% 0.64% -
XYZ 16.5 8.6 6.26 -
YUV 64.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 164 13 68 0 0.92 0.59 0.36 338.15 0.85 0.35
Hex A4 D 44 0 5C 3B 24 152 55 23
Octal 244 15 104 0 134 73 44 522 125 43
Binary 10100100 1101 1000100 0 1011100 111011 100100 101010010 1010101 100011

Color Harmonies of #A40D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D44

Black with #A40D44

Text Example


Text Example

White with #A40D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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