Html Css Color HEX #A40D3E Jazzberry Jam

📋 copy color: '#A40D3E'

red 164 ◦ green 13 ◦ blue 62

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

Shades of Jazzberry Jam #A40D3E

Tints of Jazzberry Jam #A40D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 68.62%
G = 5.44%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A40D3E (or 0xA40D3E) is known color: Jazzberry Jam. HEX triplet: A4, 0D and 3E. RGB value is (164,13,62). Sum of RGB (Red+Green+Blue) = 164+13+62=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D3E is #5BF2C1. Grayscale: #3F3F3F. Windows color (decimal): -6025922 or 4066724. OLE color: 4066724.

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

Color convert

RGB 164 13 62 -
CMYK 0 0.92 0.62 0.36
HSL 340.53º 0.85% 0.35% -
HSV(B) 340.53º 0.92% 0.64% -
XYZ 16.32 8.53 5.34 -
YUV 63.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 164 13 62 0 0.92 0.62 0.36 340.53 0.85 0.35
Hex A4 D 3E 0 5C 3E 24 155 55 23
Octal 244 15 76 0 134 76 44 525 125 43
Binary 10100100 1101 111110 0 1011100 111110 100100 101010101 1010101 100011

Color Harmonies of #A40D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D3E

Black with #A40D3E

Text Example


Text Example

White with #A40D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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