#61373A

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

Shades of Jazz #61373A

Tints of Jazz #61373A

Color information

#61373A (or 0x61373A) is unknown color: approx Jazz. HEX triplet: 61, 37 and 3A. RGB value is (97,55,58). Sum of RGB (Red+Green+Blue) = 97+55+58=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61373A is #9EC8C5. Grayscale: #434343. Windows color (decimal): -10406086 or 3815265. OLE color: 3815265.

HSL color Cylindrical-coordinate representation of color #61373A: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61373A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB975558-
CMYK00.430.400.62
HSL355.71º27.63%29.8%-
HSV(B)355.71º43.3%38.04%-
XYZ7.065.584.71-
YUV67.9122.41148.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=46.19%
G=26.19%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555800.430.400.62355.7127.6329.8
Hex61373A02B283E1641c1e
Octal141677205350765443436
Binary110000111011111101001010111010001111101011001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61373A; }

 p { color: rgb(97,55,58); }

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

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

 a { background-color: rgb(97,55,58); }

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

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

 span { border-color: rgb(97,55,58); }

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