#612B33

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

Shades of Jazz #612B33

Tints of Jazz #612B33

Color information

#612B33 (or 0x612B33) is unknown color: approx Jazz. HEX triplet: 61, 2B and 33. RGB value is (97,43,51). Sum of RGB (Red+Green+Blue) = 97+43+51=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B33 is #9ED4CC. Grayscale: #3C3C3C. Windows color (decimal): -10409165 or 3353441. OLE color: 3353441.

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

Color convert

RGB974351-
CMYK00.560.470.62
HSL351.11º38.57%27.45%-
HSV(B)351.11º55.67%38.04%-
XYZ6.394.513.67-
YUV60.06122.89154.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=50.79%
G=22.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97435100.560.470.62351.1138.5727.45
Hex612B330382F3E15f271b
Octal141536307057765374733
Binary1100001101011110011011100010111111111010101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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