#613139

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

Shades of Jazz #613139

Tints of Jazz #613139

Color information

#613139 (or 0x613139) is unknown color: approx Jazz. HEX triplet: 61, 31 and 39. RGB value is (97,49,57). Sum of RGB (Red+Green+Blue) = 97+49+57=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613139 is #9ECEC6. Grayscale: #404040. Windows color (decimal): -10407623 or 3748193. OLE color: 3748193.

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

Color convert

RGB974957-
CMYK00.490.410.62
HSL350º32.88%28.63%-
HSV(B)350º49.48%38.04%-
XYZ6.775.034.49-
YUV64.26123.9151.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 57 (22.66% from 255) = 28.08%
R=47.78%
G=24.14%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97495700.490.410.6235032.8828.63
Hex613139031293E15e211d
Octal141617106151765364135
Binary1100001110001111001011000110100111111010101111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613139; }

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

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

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

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

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

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

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

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