Html Css Color HEX #A01040 Jazzberry Jam

📋 copy color: '#A01040'

red 160 ◦ green 16 ◦ blue 64

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

Shades of Jazzberry Jam #A01040

Tints of Jazzberry Jam #A01040

RGB

 RED value IS 160 (62.89% from 255) = 66.67%

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 66.67%
G = 6.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A01040 (or 0xA01040) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 40. RGB value is (160,16,64). Sum of RGB (Red+Green+Blue) = 160+16+64=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A01040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01040 is #5FEFBF. Grayscale: #404040. Windows color (decimal): -6287296 or 4198560. OLE color: 4198560.

HSL color Cylindrical-coordinate representation of color #A01040: hue angle of 340º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01040 is Cyan = 0, Magento = 0.9, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 64 -
CMYK 0 0.9 0.6 0.37
HSL 340º 0.82% 0.35% -
HSV(B) 340º 0.9% 0.63% -
XYZ 15.61 8.21 5.61 -
YUV 64.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 160 16 64 0 0.9 0.6 0.37 340 0.82 0.35
Hex A0 10 40 0 5A 3C 25 154 52 23
Octal 240 20 100 0 132 74 45 524 122 43
Binary 10100000 10000 1000000 0 1011010 111100 100101 101010100 1010010 100011

Color Harmonies of #A01040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01040

Black with #A01040

Text Example


Text Example

White with #A01040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01040; }

 p { color: rgb(160,16,64); }

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

background-color css

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

 a { background-color: rgb(160,16,64); }

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

border-color css

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

 span { border-color: rgb(160,16,64); }

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