Html Css Color HEX #A11C5C Jazzberry Jam

📋 copy color: '#A11C5C'

red 161 ◦ green 28 ◦ blue 92

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

Shades of Jazzberry Jam #A11C5C

Tints of Jazzberry Jam #A11C5C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 57.3%
G = 9.96%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A11C5C (or 0xA11C5C) is known color: Jazzberry Jam. HEX triplet: A1, 1C and 5C. RGB value is (161,28,92). Sum of RGB (Red+Green+Blue) = 161+28+92=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11C5C is #5EE3A3. Grayscale: #4A4A4A. Windows color (decimal): -6218660 or 6036641. OLE color: 6036641.

HSL color Cylindrical-coordinate representation of color #A11C5C: hue angle of 331.13º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11C5C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 28 92 -
CMYK 0 0.83 0.43 0.37
HSL 331.13º 0.7% 0.37% -
HSV(B) 331.13º 0.83% 0.63% -
XYZ 17.04 9.18 11 -
YUV 75.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 161 28 92 0 0.83 0.43 0.37 331.13 0.7 0.37
Hex A1 1C 5C 0 53 2B 25 14B 46 25
Octal 241 34 134 0 123 53 45 513 106 45
Binary 10100001 11100 1011100 0 1010011 101011 100101 101001011 1000110 100101

Color Harmonies of #A11C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C5C

Black with #A11C5C

Text Example


Text Example

White with #A11C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C5C; }

 p { color: rgb(161,28,92); }

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

background-color css

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

 a { background-color: rgb(161,28,92); }

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

border-color css

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

 span { border-color: rgb(161,28,92); }

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