Html Css Color HEX #A31141 Jazzberry Jam

📋 copy color: '#A31141'

red 163 ◦ green 17 ◦ blue 65

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

Shades of Jazzberry Jam #A31141

Tints of Jazzberry Jam #A31141

RGB

 RED value IS 163 (64.06% from 255) = 66.53%

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

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

R = 66.53%
G = 6.94%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A31141 (or 0xA31141) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 41. RGB value is (163,17,65). Sum of RGB (Red+Green+Blue) = 163+17+65=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A31141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31141 is #5CEEBE. Grayscale: #424242. Windows color (decimal): -6090431 or 4264355. OLE color: 4264355.

HSL color Cylindrical-coordinate representation of color #A31141: hue angle of 340.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31141 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 65 -
CMYK 0 0.90 0.60 0.36
HSL 340.27º 0.81% 0.35% -
HSV(B) 340.27º 0.9% 0.64% -
XYZ 16.26 8.57 5.8 -
YUV 66.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 163 17 65 0 0.90 0.60 0.36 340.27 0.81 0.35
Hex A3 11 41 0 5A 3C 24 154 51 23
Octal 243 21 101 0 132 74 44 524 121 43
Binary 10100011 10001 1000001 0 1011010 111100 100100 101010100 1010001 100011

Color Harmonies of #A31141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31141

Black with #A31141

Text Example


Text Example

White with #A31141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31141; }

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

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

background-color css

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

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

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

border-color css

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

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

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