#613234

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

Shades of Jazz #613234

Tints of Jazz #613234

Color information

#613234 (or 0x613234) is unknown color: approx Jazz. HEX triplet: 61, 32 and 34. RGB value is (97,50,52). Sum of RGB (Red+Green+Blue) = 97+50+52=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613234 is #9ECDCB. Grayscale: #404040. Windows color (decimal): -10407372 or 3420769. OLE color: 3420769.

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

Color convert

RGB975052-
CMYK00.480.460.62
HSL357.45º31.97%28.82%-
HSV(B)357.45º48.45%38.04%-
XYZ6.695.073.87-
YUV64.28121.07151.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=48.74%
G=25.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97505200.480.460.62357.4531.9728.82
Hex6132340302E3E165201d
Octal141626406056765454035
Binary1100001110010110100011000010111011111010110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613234; }

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

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

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

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

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

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

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

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