Html Css Color HEX #A11B5B Jazzberry Jam

📋 copy color: '#A11B5B'

red 161 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #A11B5B

Tints of Jazzberry Jam #A11B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 57.71%
G = 9.68%
B = 32.62%

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

#A11B5B (or 0xA11B5B) is known color: Jazzberry Jam. HEX triplet: A1, 1B and 5B. RGB value is (161,27,91). Sum of RGB (Red+Green+Blue) = 161+27+91=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B5B is #5EE4A4. Grayscale: #4A4A4A. Windows color (decimal): -6218917 or 5970849. OLE color: 5970849.

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

Color convert

RGB 161 27 91 -
CMYK 0 0.83 0.43 0.37
HSL 331.34º 0.71% 0.37% -
HSV(B) 331.34º 0.83% 0.63% -
XYZ 16.98 9.12 10.76 -
YUV 74.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 161 27 91 0 0.83 0.43 0.37 331.34 0.71 0.37
Hex A1 1B 5B 0 53 2B 25 14B 47 25
Octal 241 33 133 0 123 53 45 513 107 45
Binary 10100001 11011 1011011 0 1010011 101011 100101 101001011 1000111 100101

Color Harmonies of #A11B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B5B

Black with #A11B5B

Text Example


Text Example

White with #A11B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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