Html Css Color HEX #A11364 Jazzberry Jam

📋 copy color: '#A11364'

red 161 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #A11364

Tints of Jazzberry Jam #A11364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 57.5%
G = 6.79%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A11364 (or 0xA11364) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 64. RGB value is (161,19,100). Sum of RGB (Red+Green+Blue) = 161+19+100=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A11364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11364 is #5EEC9B. Grayscale: #464646. Windows color (decimal): -6220956 or 6558625. OLE color: 6558625.

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

Color convert

RGB 161 19 100 -
CMYK 0 0.88 0.38 0.37
HSL 325.77º 0.79% 0.35% -
HSV(B) 325.77º 0.88% 0.63% -
XYZ 17.23 8.96 12.88 -
YUV 70.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 161 19 100 0 0.88 0.38 0.37 325.77 0.79 0.35
Hex A1 13 64 0 58 26 25 146 4F 23
Octal 241 23 144 0 130 46 45 506 117 43
Binary 10100001 10011 1100100 0 1011000 100110 100101 101000110 1001111 100011

Color Harmonies of #A11364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11364

Black with #A11364

Text Example


Text Example

White with #A11364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11364; }

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

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

background-color css

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

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

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

border-color css

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

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

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