#61312D

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

Shades of Redwood #61312D

Tints of Redwood #61312D

Color information

#61312D (or 0x61312D) is unknown color: approx Redwood. HEX triplet: 61, 31 and 2D. RGB value is (97,49,45). Sum of RGB (Red+Green+Blue) = 97+49+45=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312D is #9ECED2. Grayscale: #3E3E3E. Windows color (decimal): -10407635 or 2961761. OLE color: 2961761.

HSL color Cylindrical-coordinate representation of color #61312D: hue angle of 4.62º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61312D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB974945-
CMYK00.490.540.62
HSL4.62º36.62%27.84%-
HSV(B)4.62º53.61%38.04%-
XYZ6.54.933.09-
YUV62.9117.9152.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=50.79%
G=25.65%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97494500.490.540.624.6236.6227.84
Hex61312D031363E5251c
Octal1416155061667654534
Binary1100001110001101101011000111011011111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61312D; }

 p { color: rgb(97,49,45); }

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

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

 a { background-color: rgb(97,49,45); }

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

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

 span { border-color: rgb(97,49,45); }

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