#A9134E

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

Shades of Jazzberry Jam #A9134E

Tints of Jazzberry Jam #A9134E

Color information

#A9134E (or 0xA9134E) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 13 and 4E. RGB value is (169,19,78). Sum of RGB (Red+Green+Blue) = 169+19+78=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9134E is #56ECB1. Grayscale: #464646. Windows color (decimal): -5696690 or 5116841. OLE color: 5116841.

HSL color Cylindrical-coordinate representation of color #A9134E: hue angle of 336.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9134E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1691978-
CMYK00.890.540.34
HSL336.4º79.79%36.86%-
HSV(B)336.4º88.76%66.27%-
XYZ17.979.458.08-
YUV70.58132.2198.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.53%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=63.53%
G=7.14%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169197800.890.540.34336.479.7936.86
HexA9134E05936221505025
Octal251231160131664252012045
Binary10101001100111001110010110011101101000101010100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9134E; }

 p { color: rgb(169,19,78); }

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

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

 a { background-color: rgb(169,19,78); }

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

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

 span { border-color: rgb(169,19,78); }

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