#63221C

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

Shades of Red Oxide #63221C

Tints of Red Oxide #63221C

Color information

#63221C (or 0x63221C) is unknown color: approx Red Oxide. HEX triplet: 63, 22 and 1C. RGB value is (99,34,28). Sum of RGB (Red+Green+Blue) = 99+34+28=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221C is #9CDDE3. Grayscale: #343434. Windows color (decimal): -10280420 or 1843811. OLE color: 1843811.

HSL color Cylindrical-coordinate representation of color #63221C: hue angle of 5.07º 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 #63221C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB993428-
CMYK00.660.720.61
HSL5.07º55.91%24.9%-
HSV(B)5.07º71.72%38.82%-
XYZ5.933.881.54-
YUV52.75114.03160.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=61.49%
G=21.12%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99342800.660.720.615.0755.9124.9
Hex63221C042483D53819
Octal143423401021107557031
Binary11000111000101110001000010100100011110110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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