#61322A

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

Shades of Redwood #61322A

Tints of Redwood #61322A

Color information

#61322A (or 0x61322A) is unknown color: approx Redwood. HEX triplet: 61, 32 and 2A. RGB value is (97,50,42). Sum of RGB (Red+Green+Blue) = 97+50+42=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322A is #9ECDD5. Grayscale: #3F3F3F. Windows color (decimal): -10407382 or 2765409. OLE color: 2765409.

HSL color Cylindrical-coordinate representation of color #61322A: hue angle of 8.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61322A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB975042-
CMYK00.480.570.62
HSL8.73º39.57%27.25%-
HSV(B)8.73º56.7%38.04%-
XYZ6.494.992.81-
YUV63.14116.07152.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=51.32%
G=26.46%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97504200.480.570.628.7339.5727.25
Hex61322A030393E9281b
Octal14162520607176115033
Binary11000011100101010100110000111001111110100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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