#61332B

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

Shades of Redwood #61332B

Tints of Redwood #61332B

Color information

#61332B (or 0x61332B) is unknown color: approx Redwood. HEX triplet: 61, 33 and 2B. RGB value is (97,51,43). Sum of RGB (Red+Green+Blue) = 97+51+43=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61332B is #9ECCD4. Grayscale: #3F3F3F. Windows color (decimal): -10407125 or 2831201. OLE color: 2831201.

HSL color Cylindrical-coordinate representation of color #61332B: hue angle of 8.89º 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 #61332B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB975143-
CMYK00.470.560.62
HSL8.89º38.57%27.45%-
HSV(B)8.89º55.67%38.04%-
XYZ6.555.082.92-
YUV63.84116.24151.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=50.79%
G=26.70%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97514300.470.560.628.8938.5727.45
Hex61332B02F383E9271b
Octal14163530577076114733
Binary11000011100111010110101111111000111110100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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