#A90C40

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

Shades of Jazzberry Jam #A90C40

Tints of Jazzberry Jam #A90C40

Color information

#A90C40 (or 0xA90C40) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0C and 40. RGB value is (169,12,64). Sum of RGB (Red+Green+Blue) = 169+12+64=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C40 is #56F3BF. Grayscale: #404040. Windows color (decimal): -5698496 or 4197545. OLE color: 4197545.

HSL color Cylindrical-coordinate representation of color #A90C40: hue angle of 340.13º degrees, saturation: 0.87, 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 #A90C40 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1691264-
CMYK00.930.620.34
HSL340.13º86.74%35.49%-
HSV(B)340.13º92.9%66.27%-
XYZ17.429.075.68-
YUV64.87127.51202.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.98%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=68.98%
G=4.90%
B=26.12%

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
Decimal169126400.930.620.34340.1386.7435.49
HexA9C4005D3E221545723
Octal251141000135764252412743
Binary1010100111001000000010111011111101000101010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C40; }

 p { color: rgb(169,12,64); }

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

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

 a { background-color: rgb(169,12,64); }

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

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

 span { border-color: rgb(169,12,64); }

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