#63221D

Color #63221D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #63221D

Tints of Red Oxide #63221D

Color information

#63221D (or 0x63221D) is unknown color: approx Red Oxide. HEX triplet: 63, 22 and 1D. RGB value is (99,34,29). Sum of RGB (Red+Green+Blue) = 99+34+29=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221D is #9CDDE2. Grayscale: #343434. Windows color (decimal): -10280419 or 1909347. OLE color: 1909347.

HSL color Cylindrical-coordinate representation of color #63221D: hue angle of 4.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63221D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB993429-
CMYK00.660.710.61
HSL4.29º54.69%25.1%-
HSV(B)4.29º70.71%38.82%-
XYZ5.943.891.6-
YUV52.86114.53160.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=61.11%
G=20.99%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99342900.660.710.614.2954.6925.1
Hex63221D042473D43719
Octal143423501021077546731
Binary11000111000101110101000010100011111110110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63221D; }

 p { color: rgb(99,34,29); }

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

<style>
 a { background-color: #63221D; }

 a { background-color: rgb(99,34,29); }

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

<style>
 span { border-color: #63221D; }

 span { border-color: rgb(99,34,29); }

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