#61322C

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

Shades of Redwood #61322C

Tints of Redwood #61322C

Color information

#61322C (or 0x61322C) is unknown color: approx Redwood. HEX triplet: 61, 32 and 2C. RGB value is (97,50,44). Sum of RGB (Red+Green+Blue) = 97+50+44=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322C is #9ECDD3. Grayscale: #3F3F3F. Windows color (decimal): -10407380 or 2896481. OLE color: 2896481.

HSL color Cylindrical-coordinate representation of color #61322C: hue angle of 6.79º 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 #61322C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB975044-
CMYK00.480.550.62
HSL6.79º37.59%27.65%-
HSV(B)6.79º54.64%38.04%-
XYZ6.5253-
YUV63.37117.07151.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=50.79%
G=26.18%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97504400.480.550.626.7937.5927.65
Hex61322C030373E7261c
Octal1416254060677674634
Binary1100001110010101100011000011011111111011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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