#61353B

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

Shades of Jazz #61353B

Tints of Jazz #61353B

Color information

#61353B (or 0x61353B) is unknown color: approx Jazz. HEX triplet: 61, 35 and 3B. RGB value is (97,53,59). Sum of RGB (Red+Green+Blue) = 97+53+59=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61353B is #9ECAC4. Grayscale: #424242. Windows color (decimal): -10406597 or 3880289. OLE color: 3880289.

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

Color convert

RGB975359-
CMYK00.450.390.62
HSL351.82º29.33%29.41%-
HSV(B)351.82º45.36%38.04%-
XYZ6.995.44.81-
YUV66.84123.58149.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=46.41%
G=25.36%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97535900.450.390.62351.8229.3329.41
Hex61353B02D273E1601d1d
Octal141657305547765403535
Binary110000111010111101101011011001111111101011000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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