#632020

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

Shades of Red Oxide #632020

Tints of Red Oxide #632020

Color information

#632020 (or 0x632020) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 20. RGB value is (99,32,32). Sum of RGB (Red+Green+Blue) = 99+32+32=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #632020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632020 is #9CDFDF. Grayscale: #343434. Windows color (decimal): -10280928 or 2105443. OLE color: 2105443.

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

Color convert

RGB993232-
CMYK00.680.680.61
HSL51.15%25.69%-
HSV(B)67.68%38.82%-
XYZ5.923.791.79-
YUV52.03116.7161.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=60.74%
G=19.63%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99323200.680.680.61051.1525.69
Hex632020044443D0331a
Octal143404001041047506332
Binary1100011100000100000010001001000100111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632020; }

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

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

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

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

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

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

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

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