#61353A

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

Shades of Jazz #61353A

Tints of Jazz #61353A

Color information

#61353A (or 0x61353A) is unknown color: approx Jazz. HEX triplet: 61, 35 and 3A. RGB value is (97,53,58). Sum of RGB (Red+Green+Blue) = 97+53+58=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61353A is #9ECAC5. Grayscale: #424242. Windows color (decimal): -10406598 or 3814753. OLE color: 3814753.

HSL color Cylindrical-coordinate representation of color #61353A: hue angle of 353.18º 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 #61353A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB975358-
CMYK00.450.400.62
HSL353.18º29.33%29.41%-
HSV(B)353.18º45.36%38.04%-
XYZ6.975.394.68-
YUV66.73123.08149.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=46.63%
G=25.48%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97535800.450.400.62353.1829.3329.41
Hex61353A02D283E1611d1d
Octal141657205550765413535
Binary110000111010111101001011011010001111101011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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