#612D33

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

Shades of Jazz #612D33

Tints of Jazz #612D33

Color information

#612D33 (or 0x612D33) is unknown color: approx Jazz. HEX triplet: 61, 2D and 33. RGB value is (97,45,51). Sum of RGB (Red+Green+Blue) = 97+45+51=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #612D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D33 is #9ED2CC. Grayscale: #3D3D3D. Windows color (decimal): -10408653 or 3353953. OLE color: 3353953.

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

Color convert

RGB974551-
CMYK00.540.470.62
HSL353.08º36.62%27.84%-
HSV(B)353.08º53.61%38.04%-
XYZ6.474.663.69-
YUV61.23122.23153.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=50.26%
G=23.32%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97455100.540.470.62353.0836.6227.84
Hex612D330362F3E161251c
Octal141556306657765414534
Binary1100001101101110011011011010111111111010110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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