#63201A

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

Shades of Red Oxide #63201A

Tints of Red Oxide #63201A

Color information

#63201A (or 0x63201A) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 1A. RGB value is (99,32,26). Sum of RGB (Red+Green+Blue) = 99+32+26=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #63201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201A is #9CDFE5. Grayscale: #333333. Windows color (decimal): -10280934 or 1712227. OLE color: 1712227.

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

Color convert

RGB993226-
CMYK00.680.740.61
HSL4.93º58.4%24.51%-
HSV(B)4.93º73.74%38.82%-
XYZ5.853.761.39-
YUV51.35113.7161.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=63.06%
G=20.38%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99322600.680.740.614.9358.424.51
Hex63201A0444A3D53a19
Octal143403201041127557231
Binary11000111000001101001000100100101011110110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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