#612833

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

Shades of Jazz #612833

Tints of Jazz #612833

Color information

#612833 (or 0x612833) is unknown color: approx Jazz. HEX triplet: 61, 28 and 33. RGB value is (97,40,51). Sum of RGB (Red+Green+Blue) = 97+40+51=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #612833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612833 is #9ED7CC. Grayscale: #3A3A3A. Windows color (decimal): -10409933 or 3352673. OLE color: 3352673.

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

Color convert

RGB974051-
CMYK00.590.470.62
HSL348.42º41.61%26.86%-
HSV(B)348.42º58.76%38.04%-
XYZ6.294.33.63-
YUV58.3123.88155.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=51.60%
G=21.28%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97405100.590.470.62348.4241.6126.86
Hex61283303B2F3E15c2a1b
Octal141506307357765345233
Binary1100001101000110011011101110111111111010101110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612833; }

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

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

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

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

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

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

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

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