Html Css Color HEX #A1114D Jazzberry Jam

📋 copy color: '#A1114D'

red 161 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #A1114D

Tints of Jazzberry Jam #A1114D

RGB

 RED value IS 161 (63.28% from 255) = 63.14%

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

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 63.14%
G = 6.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1114D (or 0xA1114D) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 4D. RGB value is (161,17,77). Sum of RGB (Red+Green+Blue) = 161+17+77=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1114D is #5EEEB2. Grayscale: #424242. Windows color (decimal): -6221491 or 5050785. OLE color: 5050785.

HSL color Cylindrical-coordinate representation of color #A1114D: hue angle of 335º 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 #A1114D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 77 -
CMYK 0 0.89 0.52 0.37
HSL 335º 0.81% 0.35% -
HSV(B) 335º 0.89% 0.63% -
XYZ 16.24 8.51 7.81 -
YUV 66.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 161 17 77 0 0.89 0.52 0.37 335 0.81 0.35
Hex A1 11 4D 0 59 34 25 14F 51 23
Octal 241 21 115 0 131 64 45 517 121 43
Binary 10100001 10001 1001101 0 1011001 110100 100101 101001111 1010001 100011

Color Harmonies of #A1114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1114D

Black with #A1114D

Text Example


Text Example

White with #A1114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1114D; }

 p { color: rgb(161,17,77); }

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

background-color css

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

 a { background-color: rgb(161,17,77); }

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

border-color css

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

 span { border-color: rgb(161,17,77); }

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