#632218

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

Shades of Red Oxide #632218

Tints of Red Oxide #632218

Color information

#632218 (or 0x632218) is unknown color: approx Red Oxide. HEX triplet: 63, 22 and 18. RGB value is (99,34,24). Sum of RGB (Red+Green+Blue) = 99+34+24=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632218 is #9CDDE7. Grayscale: #343434. Windows color (decimal): -10280424 or 1581667. OLE color: 1581667.

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

Color convert

RGB993424-
CMYK00.660.760.61
HSL60.98%24.12%-
HSV(B)75.76%38.82%-
XYZ5.883.861.3-
YUV52.29112.03161.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=63.06%
G=21.66%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99342400.660.760.61860.9824.12
Hex6322180424C3D83d18
Octal1434230010211475107530
Binary110001110001011000010000101001100111101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632218; }

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

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

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

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

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

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

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

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