#632019

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

Shades of Red Oxide #632019

Tints of Red Oxide #632019

Color information

#632019 (or 0x632019) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 19. RGB value is (99,32,25). Sum of RGB (Red+Green+Blue) = 99+32+25=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632019 is #9CDFE6. Grayscale: #333333. Windows color (decimal): -10280935 or 1646691. OLE color: 1646691.

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

Color convert

RGB993225-
CMYK00.680.750.61
HSL5.68º59.68%24.31%-
HSV(B)5.68º74.75%38.82%-
XYZ5.843.761.34-
YUV51.24113.2162.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=63.46%
G=20.51%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99322500.680.750.615.6859.6824.31
Hex6320190444B3D63c18
Octal143403101041137567430
Binary11000111000001100101000100100101111110111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632019; }

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

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

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

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

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

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

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

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