Html Css Color HEX #A11F5E Jazzberry Jam

📋 copy color: '#A11F5E'

red 161 ◦ green 31 ◦ blue 94

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

Shades of Jazzberry Jam #A11F5E

Tints of Jazzberry Jam #A11F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 56.29%
G = 10.84%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A11F5E (or 0xA11F5E) is known color: Jazzberry Jam. HEX triplet: A1, 1F and 5E. RGB value is (161,31,94). Sum of RGB (Red+Green+Blue) = 161+31+94=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F5E is #5EE0A1. Grayscale: #4C4C4C. Windows color (decimal): -6217890 or 6168481. OLE color: 6168481.

HSL color Cylindrical-coordinate representation of color #A11F5E: hue angle of 330.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F5E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 31 94 -
CMYK 0 0.81 0.42 0.37
HSL 330.92º 0.68% 0.38% -
HSV(B) 330.92º 0.81% 0.63% -
XYZ 17.21 9.37 11.49 -
YUV 77.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 161 31 94 0 0.81 0.42 0.37 330.92 0.68 0.38
Hex A1 1F 5E 0 51 2A 25 14B 44 26
Octal 241 37 136 0 121 52 45 513 104 46
Binary 10100001 11111 1011110 0 1010001 101010 100101 101001011 1000100 100110

Color Harmonies of #A11F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F5E

Black with #A11F5E

Text Example


Text Example

White with #A11F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F5E; }

 p { color: rgb(161,31,94); }

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

background-color css

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

 a { background-color: rgb(161,31,94); }

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

border-color css

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

 span { border-color: rgb(161,31,94); }

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