#613237

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

Shades of Jazz #613237

Tints of Jazz #613237

Color information

#613237 (or 0x613237) is unknown color: approx Jazz. HEX triplet: 61, 32 and 37. RGB value is (97,50,55). Sum of RGB (Red+Green+Blue) = 97+50+55=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613237 is #9ECDC8. Grayscale: #404040. Windows color (decimal): -10407369 or 3617377. OLE color: 3617377.

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

Color convert

RGB975055-
CMYK00.480.430.62
HSL353.62º31.97%28.82%-
HSV(B)353.62º48.45%38.04%-
XYZ6.765.14.24-
YUV64.62122.57151.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=48.02%
G=24.75%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97505500.480.430.62353.6231.9728.82
Hex6132370302B3E162201d
Octal141626706053765424035
Binary1100001110010110111011000010101111111010110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613237; }

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

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

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

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

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

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

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

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