Html Css Color HEX #A11349 Jazzberry Jam

📋 copy color: '#A11349'

red 161 ◦ green 19 ◦ blue 73

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

Shades of Jazzberry Jam #A11349

Tints of Jazzberry Jam #A11349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 63.64%
G = 7.51%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A11349 (or 0xA11349) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 49. RGB value is (161,19,73). Sum of RGB (Red+Green+Blue) = 161+19+73=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A11349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11349 is #5EECB6. Grayscale: #434343. Windows color (decimal): -6220983 or 4789153. OLE color: 4789153.

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

Color convert

RGB 161 19 73 -
CMYK 0 0.88 0.55 0.37
HSL 337.18º 0.79% 0.35% -
HSV(B) 337.18º 0.88% 0.63% -
XYZ 16.13 8.52 7.1 -
YUV 67.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 161 19 73 0 0.88 0.55 0.37 337.18 0.79 0.35
Hex A1 13 49 0 58 37 25 151 4F 23
Octal 241 23 111 0 130 67 45 521 117 43
Binary 10100001 10011 1001001 0 1011000 110111 100101 101010001 1001111 100011

Color Harmonies of #A11349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11349

Black with #A11349

Text Example


Text Example

White with #A11349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11349; }

 p { color: rgb(161,19,73); }

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

background-color css

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

 a { background-color: rgb(161,19,73); }

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

border-color css

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

 span { border-color: rgb(161,19,73); }

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