Html Css Color HEX #A11048 Jazzberry Jam

📋 copy color: '#A11048'

red 161 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #A11048

Tints of Jazzberry Jam #A11048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 64.66%
G = 6.43%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A11048 (or 0xA11048) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 48. RGB value is (161,16,72). Sum of RGB (Red+Green+Blue) = 161+16+72=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11048 is #5EEFB7. Grayscale: #414141. Windows color (decimal): -6221752 or 4722849. OLE color: 4722849.

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

Color convert

RGB 161 16 72 -
CMYK 0 0.90 0.55 0.37
HSL 336.83º 0.82% 0.35% -
HSV(B) 336.83º 0.9% 0.63% -
XYZ 16.05 8.42 6.91 -
YUV 65.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 161 16 72 0 0.90 0.55 0.37 336.83 0.82 0.35
Hex A1 10 48 0 5A 37 25 151 52 23
Octal 241 20 110 0 132 67 45 521 122 43
Binary 10100001 10000 1001000 0 1011010 110111 100101 101010001 1010010 100011

Color Harmonies of #A11048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11048

Black with #A11048

Text Example


Text Example

White with #A11048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11048; }

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

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

background-color css

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

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

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

border-color css

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

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

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