Html Css Color HEX #A11053 Jazzberry Jam

📋 copy color: '#A11053'

red 161 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #A11053

Tints of Jazzberry Jam #A11053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 61.92%
G = 6.15%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A11053 (or 0xA11053) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 53. RGB value is (161,16,83). Sum of RGB (Red+Green+Blue) = 161+16+83=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A11053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11053 is #5EEFAC. Grayscale: #424242. Windows color (decimal): -6221741 or 5443745. OLE color: 5443745.

HSL color Cylindrical-coordinate representation of color #A11053: hue angle of 332.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11053 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 83 -
CMYK 0 0.90 0.48 0.37
HSL 332.28º 0.82% 0.35% -
HSV(B) 332.28º 0.9% 0.63% -
XYZ 16.44 8.57 8.97 -
YUV 66.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 161 16 83 0 0.90 0.48 0.37 332.28 0.82 0.35
Hex A1 10 53 0 5A 30 25 14C 52 23
Octal 241 20 123 0 132 60 45 514 122 43
Binary 10100001 10000 1010011 0 1011010 110000 100101 101001100 1010010 100011

Color Harmonies of #A11053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11053

Black with #A11053

Text Example


Text Example

White with #A11053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11053; }

 p { color: rgb(161,16,83); }

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

background-color css

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

 a { background-color: rgb(161,16,83); }

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

border-color css

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

 span { border-color: rgb(161,16,83); }

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