#612B31

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

Shades of Jazz #612B31

Tints of Jazz #612B31

Color information

#612B31 (or 0x612B31) is unknown color: approx Jazz. HEX triplet: 61, 2B and 31. RGB value is (97,43,49). Sum of RGB (Red+Green+Blue) = 97+43+49=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #612B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B31 is #9ED4CE. Grayscale: #3B3B3B. Windows color (decimal): -10409167 or 3222369. OLE color: 3222369.

HSL color Cylindrical-coordinate representation of color #612B31: hue angle of 353.33º 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 #612B31 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB974349-
CMYK00.560.490.62
HSL353.33º38.57%27.45%-
HSV(B)353.33º55.67%38.04%-
XYZ6.354.493.44-
YUV59.83121.89154.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=51.32%
G=22.75%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97434900.560.490.62353.3338.5727.45
Hex612B31038313E161271b
Octal141536107061765414733
Binary1100001101011110001011100011000111111010110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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