#63312B

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

Shades of Redwood #63312B

Tints of Redwood #63312B

Color information

#63312B (or 0x63312B) is unknown color: approx Redwood. HEX triplet: 63, 31 and 2B. RGB value is (99,49,43). Sum of RGB (Red+Green+Blue) = 99+49+43=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63312B is #9CCED4. Grayscale: #3F3F3F. Windows color (decimal): -10276565 or 2830691. OLE color: 2830691.

HSL color Cylindrical-coordinate representation of color #63312B: hue angle of 6.43º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63312B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB994943-
CMYK00.510.570.61
HSL6.43º39.44%27.84%-
HSV(B)6.43º56.57%38.82%-
XYZ6.685.022.9-
YUV63.27116.56153.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=51.83%
G=25.65%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99494300.510.570.616.4339.4427.84
Hex63312B033393D6271c
Octal1436153063717564734
Binary1100011110001101011011001111100111110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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