#612A34

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

Shades of Jazz #612A34

Tints of Jazz #612A34

Color information

#612A34 (or 0x612A34) is unknown color: approx Jazz. HEX triplet: 61, 2A and 34. RGB value is (97,42,52). Sum of RGB (Red+Green+Blue) = 97+42+52=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A34 is #9ED5CB. Grayscale: #3B3B3B. Windows color (decimal): -10409420 or 3418721. OLE color: 3418721.

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

Color convert

RGB974252-
CMYK00.570.460.62
HSL349.09º39.57%27.25%-
HSV(B)349.09º56.7%38.04%-
XYZ6.384.453.77-
YUV59.58123.72154.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=50.79%
G=21.99%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97425200.570.460.62349.0939.5727.25
Hex612A340392E3E15d281b
Octal141526407156765355033
Binary1100001101010110100011100110111011111010101110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,52); }

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

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

 a { background-color: rgb(97,42,52); }

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

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

 span { border-color: rgb(97,42,52); }

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