#61292F

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

Shades of Jazz #61292F

Tints of Jazz #61292F

Color information

#61292F (or 0x61292F) is unknown color: approx Jazz. HEX triplet: 61, 29 and 2F. RGB value is (97,41,47). Sum of RGB (Red+Green+Blue) = 97+41+47=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #61292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61292F is #9ED6D0. Grayscale: #3A3A3A. Windows color (decimal): -10409681 or 3090785. OLE color: 3090785.

HSL color Cylindrical-coordinate representation of color #61292F: hue angle of 353.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61292F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB974147-
CMYK00.580.520.62
HSL353.57º40.58%27.06%-
HSV(B)353.57º57.73%38.04%-
XYZ6.244.333.2-
YUV58.43121.55155.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=52.43%
G=22.16%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97414700.580.520.62353.5740.5827.06
Hex61292F03A343E162291b
Octal141515707264765425133
Binary1100001101001101111011101011010011111010110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61292F; }

 p { color: rgb(97,41,47); }

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

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

 a { background-color: rgb(97,41,47); }

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

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

 span { border-color: rgb(97,41,47); }

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