#A9075F

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

Shades of Jazzberry Jam #A9075F

Tints of Jazzberry Jam #A9075F

Color information

#A9075F (or 0xA9075F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 07 and 5F. RGB value is (169,7,95). Sum of RGB (Red+Green+Blue) = 169+7+95=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9075F is #56F8A0. Grayscale: #414141. Windows color (decimal): -5699745 or 6227881. OLE color: 6227881.

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

Color convert

RGB169795-
CMYK00.960.440.34
HSL327.41º92.05%34.51%-
HSV(B)327.41º95.86%66.27%-
XYZ18.59.4111.67-
YUV65.47144.67201.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 7 (3.12% from 255) = 2.58%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=62.36%
G=2.58%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16979500.960.440.34327.4192.0534.51
HexA975F0602C221475c23
Octal25171370140544250713443
Binary101010011111011111011000001011001000101010001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9075F; }

 p { color: rgb(169,7,95); }

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

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

 a { background-color: rgb(169,7,95); }

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

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

 span { border-color: rgb(169,7,95); }

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