#61312C

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

Shades of Redwood #61312C

Tints of Redwood #61312C

Color information

#61312C (or 0x61312C) is unknown color: approx Redwood. HEX triplet: 61, 31 and 2C. RGB value is (97,49,44). Sum of RGB (Red+Green+Blue) = 97+49+44=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312C is #9ECED3. Grayscale: #3E3E3E. Windows color (decimal): -10407636 or 2896225. OLE color: 2896225.

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

Color convert

RGB974944-
CMYK00.490.550.62
HSL5.66º37.59%27.65%-
HSV(B)5.66º54.64%38.04%-
XYZ6.484.922.99-
YUV62.78117.4152.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=51.05%
G=25.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97494400.490.550.625.6637.5927.65
Hex61312C031373E6261c
Octal1416154061677664634
Binary1100001110001101100011000111011111111011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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