Html Css Color HEX #A01141 Jazzberry Jam

📋 copy color: '#A01141'

red 160 ◦ green 17 ◦ blue 65

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

Shades of Jazzberry Jam #A01141

Tints of Jazzberry Jam #A01141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 66.12%
G = 7.02%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01141 (or 0xA01141) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 41. RGB value is (160,17,65). Sum of RGB (Red+Green+Blue) = 160+17+65=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A01141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01141 is #5FEEBE. Grayscale: #414141. Windows color (decimal): -6287039 or 4264352. OLE color: 4264352.

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

Color convert

RGB 160 17 65 -
CMYK 0 0.89 0.59 0.37
HSL 339.86º 0.81% 0.35% -
HSV(B) 339.86º 0.89% 0.63% -
XYZ 15.65 8.26 5.77 -
YUV 65.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 160 17 65 0 0.89 0.59 0.37 339.86 0.81 0.35
Hex A0 11 41 0 59 3B 25 154 51 23
Octal 240 21 101 0 131 73 45 524 121 43
Binary 10100000 10001 1000001 0 1011001 111011 100101 101010100 1010001 100011

Color Harmonies of #A01141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01141

Black with #A01141

Text Example


Text Example

White with #A01141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01141; }

 p { color: rgb(160,17,65); }

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

background-color css

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

 a { background-color: rgb(160,17,65); }

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

border-color css

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

 span { border-color: rgb(160,17,65); }

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