#613032

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

Shades of Jazz #613032

Tints of Jazz #613032

Color information

#613032 (or 0x613032) is unknown color: approx Jazz. HEX triplet: 61, 30 and 32. RGB value is (97,48,50). Sum of RGB (Red+Green+Blue) = 97+48+50=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613032 is #9ECFCD. Grayscale: #3E3E3E. Windows color (decimal): -10407886 or 3289185. OLE color: 3289185.

HSL color Cylindrical-coordinate representation of color #613032: hue angle of 357.55º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613032 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB974850-
CMYK00.510.480.62
HSL357.55º33.79%28.43%-
HSV(B)357.55º50.52%38.04%-
XYZ6.564.893.61-
YUV62.88120.73152.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=49.74%
G=24.62%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97485000.510.480.62357.5533.7928.43
Hex613032033303E166221c
Octal141606206360765464234
Binary1100001110000110010011001111000011111010110011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613032; }

 p { color: rgb(97,48,50); }

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

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

 a { background-color: rgb(97,48,50); }

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

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

 span { border-color: rgb(97,48,50); }

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