#613238

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

Shades of Jazz #613238

Tints of Jazz #613238

Color information

#613238 (or 0x613238) is unknown color: approx Jazz. HEX triplet: 61, 32 and 38. RGB value is (97,50,56). Sum of RGB (Red+Green+Blue) = 97+50+56=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613238 is #9ECDC7. Grayscale: #404040. Windows color (decimal): -10407368 or 3682913. OLE color: 3682913.

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

Color convert

RGB975056-
CMYK00.480.420.62
HSL352.34º31.97%28.82%-
HSV(B)352.34º48.45%38.04%-
XYZ6.785.114.37-
YUV64.74123.07151.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=47.78%
G=24.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97505600.480.420.62352.3431.9728.82
Hex6132380302A3E160201d
Octal141627006052765404035
Binary1100001110010111000011000010101011111010110000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613238; }

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

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

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

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

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

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

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

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