Html Css Color HEX #A40A3E Jazzberry Jam

📋 copy color: '#A40A3E'

red 164 ◦ green 10 ◦ blue 62

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

Shades of Jazzberry Jam #A40A3E

Tints of Jazzberry Jam #A40A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

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

R = 69.49%
G = 4.24%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A40A3E (or 0xA40A3E) is known color: Jazzberry Jam. HEX triplet: A4, 0A and 3E. RGB value is (164,10,62). Sum of RGB (Red+Green+Blue) = 164+10+62=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A3E is #5BF5C1. Grayscale: #3D3D3D. Windows color (decimal): -6026690 or 4065956. OLE color: 4065956.

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

Color convert

RGB 164 10 62 -
CMYK 0 0.94 0.62 0.36
HSL 339.74º 0.89% 0.34% -
HSV(B) 339.74º 0.94% 0.64% -
XYZ 16.29 8.46 5.33 -
YUV 61.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 164 10 62 0 0.94 0.62 0.36 339.74 0.89 0.34
Hex A4 A 3E 0 5E 3E 24 154 59 22
Octal 244 12 76 0 136 76 44 524 131 42
Binary 10100100 1010 111110 0 1011110 111110 100100 101010100 1011001 100010

Color Harmonies of #A40A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A3E

Black with #A40A3E

Text Example


Text Example

White with #A40A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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