#63201C

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

Shades of Red Oxide #63201C

Tints of Red Oxide #63201C

Color information

#63201C (or 0x63201C) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 1C. RGB value is (99,32,28). Sum of RGB (Red+Green+Blue) = 99+32+28=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201C is #9CDFE3. Grayscale: #333333. Windows color (decimal): -10280932 or 1843299. OLE color: 1843299.

HSL color Cylindrical-coordinate representation of color #63201C: hue angle of 3.38º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63201C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB993228-
CMYK00.680.720.61
HSL3.38º55.91%24.9%-
HSV(B)3.38º71.72%38.82%-
XYZ5.873.771.52-
YUV51.58114.7161.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=62.26%
G=20.13%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99322800.680.720.613.3855.9124.9
Hex63201C044483D33819
Octal143403401041107537031
Binary1100011100000111000100010010010001111011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,32,28); }

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

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

 a { background-color: rgb(99,32,28); }

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

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

 span { border-color: rgb(99,32,28); }

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