#612C31

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

Shades of Jazz #612C31

Tints of Jazz #612C31

Color information

#612C31 (or 0x612C31) is unknown color: approx Jazz. HEX triplet: 61, 2C and 31. RGB value is (97,44,49). Sum of RGB (Red+Green+Blue) = 97+44+49=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #612C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C31 is #9ED3CE. Grayscale: #3C3C3C. Windows color (decimal): -10408911 or 3222625. OLE color: 3222625.

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

Color convert

RGB974449-
CMYK00.550.490.62
HSL354.34º37.59%27.65%-
HSV(B)354.34º54.64%38.04%-
XYZ6.384.563.45-
YUV60.42121.56154.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=51.05%
G=23.16%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97444900.550.490.62354.3437.5927.65
Hex612C31037313E162261c
Octal141546106761765424634
Binary1100001101100110001011011111000111111010110001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C31; }

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

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

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

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

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

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

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

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