#632322

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

Shades of Red Oxide #632322

Tints of Red Oxide #632322

Color information

#632322 (or 0x632322) is unknown color: approx Red Oxide. HEX triplet: 63, 23 and 22. RGB value is (99,35,34). Sum of RGB (Red+Green+Blue) = 99+35+34=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632322 is #9CDCDD. Grayscale: #363636. Windows color (decimal): -10280158 or 2237283. OLE color: 2237283.

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

Color convert

RGB993534-
CMYK00.650.660.61
HSL0.92º48.87%26.08%-
HSV(B)0.92º65.66%38.82%-
XYZ6.043.971.96-
YUV54.02116.7160.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=58.93%
G=20.83%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99353400.650.660.610.9248.8726.08
Hex632322041423D1311a
Octal143434201011027516132
Binary1100011100011100010010000011000010111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632322; }

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

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

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

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

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

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

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

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