#613438

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

Shades of Jazz #613438

Tints of Jazz #613438

Color information

#613438 (or 0x613438) is unknown color: approx Jazz. HEX triplet: 61, 34 and 38. RGB value is (97,52,56). Sum of RGB (Red+Green+Blue) = 97+52+56=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613438 is #9ECBC7. Grayscale: #414141. Windows color (decimal): -10406856 or 3683425. OLE color: 3683425.

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

Color convert

RGB975256-
CMYK00.460.420.62
HSL354.67º30.2%29.22%-
HSV(B)354.67º46.39%38.04%-
XYZ6.875.284.4-
YUV65.91122.41150.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=47.32%
G=25.37%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97525600.460.420.62354.6730.229.22
Hex61343802E2A3E1631e1d
Octal141647005652765433635
Binary110000111010011100001011101010101111101011000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613438; }

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

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

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

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

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

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

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

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