#a7164b

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

Shades of Jazzberry Jam #A7164B

Tints of Jazzberry Jam #A7164B

Color information

#A7164B (or 0xA7164B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 4B. RGB value is (167,22,75). Sum of RGB (Red+Green+Blue) = 167+22+75=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7164B is #58E9B4. Grayscale: #474747. Windows color (decimal): -5826997 or 4920999. OLE color: 4920999.

HSL color Cylindrical-coordinate representation of color #A7164B: hue angle of 338.07º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7164B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1672275-
CMYK00.870.550.35
HSL338.07º76.72%37.06%-
HSV(B)338.07º86.83%65.49%-
XYZ17.499.37.53-
YUV71.4130.04196.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.26%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=63.26%
G=8.33%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167227500.870.550.35338.0776.7237.06
HexA7164B05737231524d25
Octal247261130127674352211545
Binary10100111101101001011010101111101111000111010100101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7164b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7164b; }

 p { color: rgb(167,22,75); }

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

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

 a { background-color: rgb(167,22,75); }

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

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

 span { border-color: rgb(167,22,75); }

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