#612C35

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

Shades of Jazz #612C35

Tints of Jazz #612C35

Color information

#612C35 (or 0x612C35) is unknown color: approx Jazz. HEX triplet: 61, 2C and 35. RGB value is (97,44,53). Sum of RGB (Red+Green+Blue) = 97+44+53=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #612C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C35 is #9ED3CA. Grayscale: #3C3C3C. Windows color (decimal): -10408907 or 3484769. OLE color: 3484769.

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

Color convert

RGB974453-
CMYK00.550.450.62
HSL349.81º37.59%27.65%-
HSV(B)349.81º54.64%38.04%-
XYZ6.474.63.91-
YUV60.87123.56153.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=50%
G=22.68%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97445300.550.450.62349.8137.5927.65
Hex612C350372D3E15e261c
Octal141546506755765364634
Binary1100001101100110101011011110110111111010101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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