#613337

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

Shades of Jazz #613337

Tints of Jazz #613337

Color information

#613337 (or 0x613337) is unknown color: approx Jazz. HEX triplet: 61, 33 and 37. RGB value is (97,51,55). Sum of RGB (Red+Green+Blue) = 97+51+55=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613337 is #9ECCC8. Grayscale: #414141. Windows color (decimal): -10407113 or 3617633. OLE color: 3617633.

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

Color convert

RGB975155-
CMYK00.470.430.62
HSL354.78º31.08%29.02%-
HSV(B)354.78º47.42%38.04%-
XYZ6.85.184.26-
YUV65.21122.24150.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=47.78%
G=25.12%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97515500.470.430.62354.7831.0829.02
Hex61333702F2B3E1631f1d
Octal141636705753765433735
Binary110000111001111011101011111010111111101011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613337; }

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

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

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

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

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

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

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

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