#613038

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

Shades of Jazz #613038

Tints of Jazz #613038

Color information

#613038 (or 0x613038) is unknown color: approx Jazz. HEX triplet: 61, 30 and 38. RGB value is (97,48,56). Sum of RGB (Red+Green+Blue) = 97+48+56=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613038 is #9ECFC7. Grayscale: #3F3F3F. Windows color (decimal): -10407880 or 3682401. OLE color: 3682401.

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

Color convert

RGB974856-
CMYK00.510.420.62
HSL350.2º33.79%28.43%-
HSV(B)350.2º50.52%38.04%-
XYZ6.74.944.34-
YUV63.56123.73151.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=48.26%
G=23.88%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97485600.510.420.62350.233.7928.43
Hex6130380332A3E15e221c
Octal141607006352765364234
Binary1100001110000111000011001110101011111010101111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613038; }

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

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

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

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

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

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

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

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