#631511

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

Shades of Red Oxide #631511

Tints of Red Oxide #631511

Color information

#631511 (or 0x631511) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 11. RGB value is (99,21,17). Sum of RGB (Red+Green+Blue) = 99+21+17=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #631511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631511 is #9CEAEE. Grayscale: #2B2B2B. Windows color (decimal): -10283759 or 1119587. OLE color: 1119587.

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

Color convert

RGB992117-
CMYK00.790.830.61
HSL2.93º70.69%22.75%-
HSV(B)2.93º82.83%38.82%-
XYZ5.513.230.86-
YUV43.87112.84167.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.26%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=72.26%
G=15.33%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99211700.790.830.612.9370.6922.75
Hex63151104F533D34717
Octal1432521011712375310727
Binary1100011101011000101001111101001111110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631511; }

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

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

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

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

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

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

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

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