#63211E

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

Shades of Red Oxide #63211E

Tints of Red Oxide #63211E

Color information

#63211E (or 0x63211E) is unknown color: approx Red Oxide. HEX triplet: 63, 21 and 1E. RGB value is (99,33,30). Sum of RGB (Red+Green+Blue) = 99+33+30=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63211E is #9CDEE1. Grayscale: #343434. Windows color (decimal): -10280674 or 1974627. OLE color: 1974627.

HSL color Cylindrical-coordinate representation of color #63211E: hue angle of 2.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63211E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB993330-
CMYK00.670.700.61
HSL2.61º53.49%25.29%-
HSV(B)2.61º69.7%38.82%-
XYZ5.923.831.66-
YUV52.39115.37161.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=61.11%
G=20.37%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99333000.670.700.612.6153.4925.29
Hex63211E043463D33519
Octal143413601031067536531
Binary1100011100001111100100001110001101111011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63211E; }

 p { color: rgb(99,33,30); }

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

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

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

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

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

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

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