Html Css Color HEX #A40E3E Jazzberry Jam

📋 copy color: '#A40E3E'

red 164 ◦ green 14 ◦ blue 62

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

Shades of Jazzberry Jam #A40E3E

Tints of Jazzberry Jam #A40E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 68.33%
G = 5.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A40E3E (or 0xA40E3E) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 3E. RGB value is (164,14,62). Sum of RGB (Red+Green+Blue) = 164+14+62=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40E3E is #5BF1C1. Grayscale: #404040. Windows color (decimal): -6025666 or 4066980. OLE color: 4066980.

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

Color convert

RGB 164 14 62 -
CMYK 0 0.91 0.62 0.36
HSL 340.8º 0.84% 0.35% -
HSV(B) 340.8º 0.91% 0.64% -
XYZ 16.34 8.55 5.35 -
YUV 64.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 164 14 62 0 0.91 0.62 0.36 340.8 0.84 0.35
Hex A4 E 3E 0 5B 3E 24 155 54 23
Octal 244 16 76 0 133 76 44 525 124 43
Binary 10100100 1110 111110 0 1011011 111110 100100 101010101 1010100 100011

Color Harmonies of #A40E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E3E

Black with #A40E3E

Text Example


Text Example

White with #A40E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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