#61393B

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

Shades of Jazz #61393B

Tints of Jazz #61393B

Color information

#61393B (or 0x61393B) is unknown color: approx Jazz. HEX triplet: 61, 39 and 3B. RGB value is (97,57,59). Sum of RGB (Red+Green+Blue) = 97+57+59=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61393B is #9EC6C4. Grayscale: #454545. Windows color (decimal): -10405573 or 3881313. OLE color: 3881313.

HSL color Cylindrical-coordinate representation of color #61393B: hue angle of 357º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61393B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB975759-
CMYK00.410.390.62
HSL357º25.97%30.2%-
HSV(B)357º41.24%38.04%-
XYZ7.185.784.88-
YUV69.19122.25147.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=45.54%
G=26.76%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97575900.410.390.6235725.9730.2
Hex61393B029273E1651a1e
Octal141717305147765453236
Binary110000111100111101101010011001111111101011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61393B; }

 p { color: rgb(97,57,59); }

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

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

 a { background-color: rgb(97,57,59); }

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

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

 span { border-color: rgb(97,57,59); }

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