#613031

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

Shades of Jazz #613031

Tints of Jazz #613031

Color information

#613031 (or 0x613031) is unknown color: approx Jazz. HEX triplet: 61, 30 and 31. RGB value is (97,48,49). Sum of RGB (Red+Green+Blue) = 97+48+49=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #613031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613031 is #9ECFCE. Grayscale: #3E3E3E. Windows color (decimal): -10407887 or 3223649. OLE color: 3223649.

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

Color convert

RGB974849-
CMYK00.510.490.62
HSL358.78º33.79%28.43%-
HSV(B)358.78º50.52%38.04%-
XYZ6.544.883.5-
YUV62.76120.23152.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=50%
G=24.74%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97484900.510.490.62358.7833.7928.43
Hex613031033313E167221c
Octal141606106361765474234
Binary1100001110000110001011001111000111111010110011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613031; }

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

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

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

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

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

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

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

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