Html Css Color HEX #A11353 Jazzberry Jam

📋 copy color: '#A11353'

red 161 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #A11353

Tints of Jazzberry Jam #A11353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 61.22%
G = 7.22%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A11353 (or 0xA11353) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 53. RGB value is (161,19,83). Sum of RGB (Red+Green+Blue) = 161+19+83=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A11353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11353 is #5EECAC. Grayscale: #444444. Windows color (decimal): -6220973 or 5444513. OLE color: 5444513.

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

Color convert

RGB 161 19 83 -
CMYK 0 0.88 0.48 0.37
HSL 332.96º 0.79% 0.35% -
HSV(B) 332.96º 0.88% 0.63% -
XYZ 16.49 8.67 8.99 -
YUV 68.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 161 19 83 0 0.88 0.48 0.37 332.96 0.79 0.35
Hex A1 13 53 0 58 30 25 14D 4F 23
Octal 241 23 123 0 130 60 45 515 117 43
Binary 10100001 10011 1010011 0 1011000 110000 100101 101001101 1001111 100011

Color Harmonies of #A11353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11353

Black with #A11353

Text Example


Text Example

White with #A11353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11353; }

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

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

background-color css

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

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

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

border-color css

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

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

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