#A7095B

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

Shades of Jazzberry Jam #A7095B

Tints of Jazzberry Jam #A7095B

Color information

#A7095B (or 0xA7095B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 09 and 5B. RGB value is (167,9,91). Sum of RGB (Red+Green+Blue) = 167+9+91=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7095B is #58F6A4. Grayscale: #414141. Windows color (decimal): -5830309 or 5966247. OLE color: 5966247.

HSL color Cylindrical-coordinate representation of color #A7095B: hue angle of 328.86º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7095B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB167991-
CMYK00.950.460.35
HSL328.86º89.77%34.51%-
HSV(B)328.86º94.61%65.49%-
XYZ17.929.1710.72-
YUV65.59142.35200.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=62.55%
G=3.37%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16799100.950.460.35328.8689.7734.51
HexA795B05F2E231495a23
Octal247111330137564351113243
Binary1010011110011011011010111111011101000111010010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7095B; }

 p { color: rgb(167,9,91); }

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

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

 a { background-color: rgb(167,9,91); }

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

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

 span { border-color: rgb(167,9,91); }

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