Html Css Color HEX #A11B5C Jazzberry Jam

📋 copy color: '#A11B5C'

red 161 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #A11B5C

Tints of Jazzberry Jam #A11B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.64%

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

R = 57.5%
G = 9.64%
B = 32.86%

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

#A11B5C (or 0xA11B5C) is known color: Jazzberry Jam. HEX triplet: A1, 1B and 5C. RGB value is (161,27,92). Sum of RGB (Red+Green+Blue) = 161+27+92=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B5C is #5EE4A3. Grayscale: #4A4A4A. Windows color (decimal): -6218916 or 6036385. OLE color: 6036385.

HSL color Cylindrical-coordinate representation of color #A11B5C: hue angle of 330.9º degrees, saturation: 0.71, 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 #A11B5C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 27 92 -
CMYK 0 0.83 0.43 0.37
HSL 330.9º 0.71% 0.37% -
HSV(B) 330.9º 0.83% 0.63% -
XYZ 17.02 9.13 10.99 -
YUV 74.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 161 27 92 0 0.83 0.43 0.37 330.9 0.71 0.37
Hex A1 1B 5C 0 53 2B 25 14B 47 25
Octal 241 33 134 0 123 53 45 513 107 45
Binary 10100001 11011 1011100 0 1010011 101011 100101 101001011 1000111 100101

Color Harmonies of #A11B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B5C

Black with #A11B5C

Text Example


Text Example

White with #A11B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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