#631507

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

Shades of Red Oxide #631507

Tints of Red Oxide #631507

Color information

#631507 (or 0x631507) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 07. RGB value is (99,21,7). Sum of RGB (Red+Green+Blue) = 99+21+7=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #631507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631507 is #9CEAF8. Grayscale: #2A2A2A. Windows color (decimal): -10283769 or 464227. OLE color: 464227.

HSL color Cylindrical-coordinate representation of color #631507: hue angle of 9.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #631507 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB99217-
CMYK00.790.930.61
HSL9.13º86.79%20.78%-
HSV(B)9.13º92.93%38.82%-
XYZ5.453.20.53-
YUV42.73107.84168.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=77.95%
G=16.54%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9921700.790.930.619.1386.7920.78
Hex6315704F5D3D95715
Octal1432570117135751112725
Binary1100011101011110100111110111011111011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631507; }

 p { color: rgb(99,21,7); }

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

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

 a { background-color: rgb(99,21,7); }

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

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

 span { border-color: rgb(99,21,7); }

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