#A90B41

Color #A90B41 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A90B41

Tints of Jazzberry Jam #A90B41

Color information

#A90B41 (or 0xA90B41) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0B and 41. RGB value is (169,11,65). Sum of RGB (Red+Green+Blue) = 169+11+65=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B41 is #56F4BE. Grayscale: #404040. Windows color (decimal): -5698751 or 4262825. OLE color: 4262825.

HSL color Cylindrical-coordinate representation of color #A90B41: hue angle of 339.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B41 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1691165-
CMYK00.930.620.34
HSL339.49º87.78%35.29%-
HSV(B)339.49º93.49%66.27%-
XYZ17.449.065.83-
YUV64.4128.35202.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.98%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=68.98%
G=4.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169116500.930.620.34339.4987.7835.29
HexA9B4105D3E221535823
Octal251131010135764252313043
Binary1010100110111000001010111011111101000101010100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B41; }

 p { color: rgb(169,11,65); }

 H1.HeaderClassName
 {
   color: #A90B41;
 }
 .AnyTagClassName
 {
   color: #A90B41;
 }
</style>
background-color css

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

 a { background-color: rgb(169,11,65); }

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

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

 span { border-color: rgb(169,11,65); }

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