#61322E

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

Shades of Redwood #61322E

Tints of Redwood #61322E

Color information

#61322E (or 0x61322E) is unknown color: approx Redwood. HEX triplet: 61, 32 and 2E. RGB value is (97,50,46). Sum of RGB (Red+Green+Blue) = 97+50+46=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322E is #9ECDD1. Grayscale: #3F3F3F. Windows color (decimal): -10407378 or 3027553. OLE color: 3027553.

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

Color convert

RGB975046-
CMYK00.480.530.62
HSL4.71º35.66%28.04%-
HSV(B)4.71º52.58%38.04%-
XYZ6.565.023.21-
YUV63.6118.07151.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=50.26%
G=25.91%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97504600.480.530.624.7135.6628.04
Hex61322E030353E5241c
Octal1416256060657654434
Binary1100001110010101110011000011010111111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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