Html Css Color HEX #A3114A Jazzberry Jam

📋 copy color: '#A3114A'

red 163 ◦ green 17 ◦ blue 74

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

Shades of Jazzberry Jam #A3114A

Tints of Jazzberry Jam #A3114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 64.17%
G = 6.69%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3114A (or 0xA3114A) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 4A. RGB value is (163,17,74). Sum of RGB (Red+Green+Blue) = 163+17+74=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A3114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3114A is #5CEEB5. Grayscale: #434343. Windows color (decimal): -6090422 or 4854179. OLE color: 4854179.

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

Color convert

RGB 163 17 74 -
CMYK 0 0.90 0.55 0.36
HSL 336.58º 0.81% 0.35% -
HSV(B) 336.58º 0.9% 0.64% -
XYZ 16.54 8.68 7.28 -
YUV 67.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 163 17 74 0 0.90 0.55 0.36 336.58 0.81 0.35
Hex A3 11 4A 0 5A 37 24 151 51 23
Octal 243 21 112 0 132 67 44 521 121 43
Binary 10100011 10001 1001010 0 1011010 110111 100100 101010001 1010001 100011

Color Harmonies of #A3114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3114A

Black with #A3114A

Text Example


Text Example

White with #A3114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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