Html Css Color HEX #A11246 Jazzberry Jam

📋 copy color: '#A11246'

red 161 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #A11246

Tints of Jazzberry Jam #A11246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 64.66%
G = 7.23%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A11246 (or 0xA11246) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 46. RGB value is (161,18,70). Sum of RGB (Red+Green+Blue) = 161+18+70=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11246 is #5EEDB9. Grayscale: #424242. Windows color (decimal): -6221242 or 4592289. OLE color: 4592289.

HSL color Cylindrical-coordinate representation of color #A11246: hue angle of 338.18º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11246 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 70 -
CMYK 0 0.89 0.57 0.37
HSL 338.18º 0.8% 0.35% -
HSV(B) 338.18º 0.89% 0.63% -
XYZ 16.02 8.45 6.58 -
YUV 66.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 161 18 70 0 0.89 0.57 0.37 338.18 0.8 0.35
Hex A1 12 46 0 59 39 25 152 50 23
Octal 241 22 106 0 131 71 45 522 120 43
Binary 10100001 10010 1000110 0 1011001 111001 100101 101010010 1010000 100011

Color Harmonies of #A11246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11246

Black with #A11246

Text Example


Text Example

White with #A11246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11246; }

 p { color: rgb(161,18,70); }

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

background-color css

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

 a { background-color: rgb(161,18,70); }

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

border-color css

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

 span { border-color: rgb(161,18,70); }

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