#a7135d

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

Shades of Jazzberry Jam #A7135D

Tints of Jazzberry Jam #A7135D

Color information

#A7135D (or 0xA7135D) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 13 and 5D. RGB value is (167,19,93). Sum of RGB (Red+Green+Blue) = 167+19+93=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7135D is #58ECA2. Grayscale: #474747. Windows color (decimal): -5827747 or 6099879. OLE color: 6099879.

HSL color Cylindrical-coordinate representation of color #A7135D: hue angle of 330º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7135D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1671993-
CMYK00.890.440.35
HSL330º79.57%36.47%-
HSV(B)330º88.62%65.49%-
XYZ18.159.4711.23-
YUV71.69140.03195.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=59.86%
G=6.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167199300.890.440.3533079.5736.47
HexA7135D0592C2314a5024
Octal247231350131544351212044
Binary10100111100111011101010110011011001000111010010101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7135d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7135d; }

 p { color: rgb(167,19,93); }

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

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

 a { background-color: rgb(167,19,93); }

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

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

 span { border-color: rgb(167,19,93); }

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