#61272F

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

Shades of Jazz #61272F

Tints of Jazz #61272F

Color information

#61272F (or 0x61272F) is unknown color: approx Jazz. HEX triplet: 61, 27 and 2F. RGB value is (97,39,47). Sum of RGB (Red+Green+Blue) = 97+39+47=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61272F is #9ED8D0. Grayscale: #393939. Windows color (decimal): -10410193 or 3090273. OLE color: 3090273.

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

Color convert

RGB973947-
CMYK00.600.520.62
HSL351.72º42.65%26.67%-
HSV(B)351.72º59.79%38.04%-
XYZ6.174.23.17-
YUV57.25122.22156.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=53.01%
G=21.31%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97394700.600.520.62351.7242.6526.67
Hex61272F03C343E1602b1b
Octal141475707464765405333
Binary1100001100111101111011110011010011111010110000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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