#61282F

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

Shades of Jazz #61282F

Tints of Jazz #61282F

Color information

#61282F (or 0x61282F) is unknown color: approx Jazz. HEX triplet: 61, 28 and 2F. RGB value is (97,40,47). Sum of RGB (Red+Green+Blue) = 97+40+47=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61282F is #9ED7D0. Grayscale: #393939. Windows color (decimal): -10409937 or 3090529. OLE color: 3090529.

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

Color convert

RGB974047-
CMYK00.590.520.62
HSL352.63º41.61%26.86%-
HSV(B)352.63º58.76%38.04%-
XYZ6.24.263.19-
YUV57.84121.88155.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=52.72%
G=21.74%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97404700.590.520.62352.6341.6126.86
Hex61282F03B343E1612a1b
Octal141505707364765415233
Binary1100001101000101111011101111010011111010110000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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