Html Css Color HEX #A31143 Jazzberry Jam

📋 copy color: '#A31143'

red 163 ◦ green 17 ◦ blue 67

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

Shades of Jazzberry Jam #A31143

Tints of Jazzberry Jam #A31143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 65.99%
G = 6.88%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A31143 (or 0xA31143) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 43. RGB value is (163,17,67). Sum of RGB (Red+Green+Blue) = 163+17+67=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A31143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31143 is #5CEEBC. Grayscale: #424242. Windows color (decimal): -6090429 or 4395427. OLE color: 4395427.

HSL color Cylindrical-coordinate representation of color #A31143: hue angle of 339.45º 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 #A31143 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 67 -
CMYK 0 0.90 0.59 0.36
HSL 339.45º 0.81% 0.35% -
HSV(B) 339.45º 0.9% 0.64% -
XYZ 16.32 8.59 6.11 -
YUV 66.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 163 17 67 0 0.90 0.59 0.36 339.45 0.81 0.35
Hex A3 11 43 0 5A 3B 24 153 51 23
Octal 243 21 103 0 132 73 44 523 121 43
Binary 10100011 10001 1000011 0 1011010 111011 100100 101010011 1010001 100011

Color Harmonies of #A31143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31143

Black with #A31143

Text Example


Text Example

White with #A31143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31143; }

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

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

background-color css

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

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

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

border-color css

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

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

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