#63201F

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

Shades of Red Oxide #63201F

Tints of Red Oxide #63201F

Color information

#63201F (or 0x63201F) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 1F. RGB value is (99,32,31). Sum of RGB (Red+Green+Blue) = 99+32+31=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201F is #9CDFE0. Grayscale: #333333. Windows color (decimal): -10280929 or 2039907. OLE color: 2039907.

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

Color convert

RGB993231-
CMYK00.680.690.61
HSL0.88º52.31%25.49%-
HSV(B)0.88º68.69%38.82%-
XYZ5.913.781.72-
YUV51.92116.2161.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=61.11%
G=19.75%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99323100.680.690.610.8852.3125.49
Hex63201F044453D13419
Octal143403701041057516431
Binary110001110000011111010001001000101111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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