#613339

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

Shades of Jazz #613339

Tints of Jazz #613339

Color information

#613339 (or 0x613339) is unknown color: approx Jazz. HEX triplet: 61, 33 and 39. RGB value is (97,51,57). Sum of RGB (Red+Green+Blue) = 97+51+57=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613339 is #9ECCC6. Grayscale: #414141. Windows color (decimal): -10407111 or 3748705. OLE color: 3748705.

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

Color convert

RGB975157-
CMYK00.470.410.62
HSL352.17º31.08%29.02%-
HSV(B)352.17º47.42%38.04%-
XYZ6.855.24.51-
YUV65.44123.24150.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=47.32%
G=24.88%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97515700.470.410.62352.1731.0829.02
Hex61333902F293E1601f1d
Octal141637105751765403735
Binary110000111001111100101011111010011111101011000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613339; }

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

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

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

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

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

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

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

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