#632118

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

Shades of Red Oxide #632118

Tints of Red Oxide #632118

Color information

#632118 (or 0x632118) is unknown color: approx Red Oxide. HEX triplet: 63, 21 and 18. RGB value is (99,33,24). Sum of RGB (Red+Green+Blue) = 99+33+24=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632118 is #9CDEE7. Grayscale: #333333. Windows color (decimal): -10280680 or 1581411. OLE color: 1581411.

HSL color Cylindrical-coordinate representation of color #632118: hue angle of 7.2º 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 #632118 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB993324-
CMYK00.670.760.61
HSL7.2º60.98%24.12%-
HSV(B)7.2º75.76%38.82%-
XYZ5.853.811.29-
YUV51.71112.37161.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=63.46%
G=21.15%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99332400.670.760.617.260.9824.12
Hex6321180434C3D73d18
Octal143413001031147577530
Binary11000111000011100001000011100110011110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632118; }

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

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

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

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

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

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

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

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