#61312B

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

Shades of Redwood #61312B

Tints of Redwood #61312B

Color information

#61312B (or 0x61312B) is unknown color: approx Redwood. HEX triplet: 61, 31 and 2B. RGB value is (97,49,43). Sum of RGB (Red+Green+Blue) = 97+49+43=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312B is #9ECED4. Grayscale: #3E3E3E. Windows color (decimal): -10407637 or 2830689. OLE color: 2830689.

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

Color convert

RGB974943-
CMYK00.490.560.62
HSL6.67º38.57%27.45%-
HSV(B)6.67º55.67%38.04%-
XYZ6.464.912.89-
YUV62.67116.9152.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=51.32%
G=25.93%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97494300.490.560.626.6738.5727.45
Hex61312B031383E7271b
Octal1416153061707674733
Binary1100001110001101011011000111100011111011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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