#612931

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

Shades of Jazz #612931

Tints of Jazz #612931

Color information

#612931 (or 0x612931) is unknown color: approx Jazz. HEX triplet: 61, 29 and 31. RGB value is (97,41,49). Sum of RGB (Red+Green+Blue) = 97+41+49=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612931 is #9ED6CE. Grayscale: #3A3A3A. Windows color (decimal): -10409679 or 3221857. OLE color: 3221857.

HSL color Cylindrical-coordinate representation of color #612931: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612931 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB974149-
CMYK00.580.490.62
HSL351.43º40.58%27.06%-
HSV(B)351.43º57.73%38.04%-
XYZ6.284.353.41-
YUV58.66122.55155.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=51.87%
G=21.93%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97414900.580.490.62351.4340.5827.06
Hex61293103A313E15f291b
Octal141516107261765375133
Binary1100001101001110001011101011000111111010101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612931; }

 p { color: rgb(97,41,49); }

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

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

 a { background-color: rgb(97,41,49); }

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

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

 span { border-color: rgb(97,41,49); }

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