#632017

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

Shades of Red Oxide #632017

Tints of Red Oxide #632017

Color information

#632017 (or 0x632017) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 17. RGB value is (99,32,23). Sum of RGB (Red+Green+Blue) = 99+32+23=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632017 is #9CDFE8. Grayscale: #333333. Windows color (decimal): -10280937 or 1515619. OLE color: 1515619.

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

Color convert

RGB993223-
CMYK00.680.770.61
HSL7.11º62.3%23.92%-
HSV(B)7.11º76.77%38.82%-
XYZ5.823.751.23-
YUV51.01112.2162.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=64.29%
G=20.78%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99322300.680.770.617.1162.323.92
Hex6320170444D3D73e18
Octal143402701041157577630
Binary11000111000001011101000100100110111110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632017; }

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

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

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

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

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

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

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

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