#631703

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

Shades of Red Oxide #631703

Tints of Red Oxide #631703

Color information

#631703 (or 0x631703) is unknown color: approx Red Oxide. HEX triplet: 63, 17 and 03. RGB value is (99,23,3). Sum of RGB (Red+Green+Blue) = 99+23+3=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #631703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631703 is #9CE8FC. Grayscale: #2B2B2B. Windows color (decimal): -10283261 or 202595. OLE color: 202595.

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

Color convert

RGB99233-
CMYK00.770.970.61
HSL12.5º94.12%20%-
HSV(B)12.5º96.97%38.82%-
XYZ5.473.270.43-
YUV43.44105.18167.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.2%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=79.2%
G=18.4%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923300.770.970.6112.594.1220
Hex6317304D613Dc5e14
Octal1432730115141751413624
Binary110001110111110100110111000011111011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631703; }

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

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

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

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

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

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

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

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