Html Css Color HEX #A11250 Jazzberry Jam

📋 copy color: '#A11250'

red 161 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #A11250

Tints of Jazzberry Jam #A11250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 62.16%
G = 6.95%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A11250 (or 0xA11250) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 50. RGB value is (161,18,80). Sum of RGB (Red+Green+Blue) = 161+18+80=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A11250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11250 is #5EEDAF. Grayscale: #434343. Windows color (decimal): -6221232 or 5247649. OLE color: 5247649.

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

Color convert

RGB 161 18 80 -
CMYK 0 0.89 0.50 0.37
HSL 333.99º 0.8% 0.35% -
HSV(B) 333.99º 0.89% 0.63% -
XYZ 16.36 8.59 8.38 -
YUV 67.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 161 18 80 0 0.89 0.50 0.37 333.99 0.8 0.35
Hex A1 12 50 0 59 32 25 14E 50 23
Octal 241 22 120 0 131 62 45 516 120 43
Binary 10100001 10010 1010000 0 1011001 110010 100101 101001110 1010000 100011

Color Harmonies of #A11250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11250

Black with #A11250

Text Example


Text Example

White with #A11250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11250; }

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

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

background-color css

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

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

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

border-color css

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

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

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