#631B10

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

Shades of Red Oxide #631B10

Tints of Red Oxide #631B10

Color information

#631B10 (or 0x631B10) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 10. RGB value is (99,27,16). Sum of RGB (Red+Green+Blue) = 99+27+16=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B10 is #9CE4EF. Grayscale: #2F2F2F. Windows color (decimal): -10282224 or 1055587. OLE color: 1055587.

HSL color Cylindrical-coordinate representation of color #631B10: hue angle of 7.95º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631B10 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB992716-
CMYK00.730.840.61
HSL7.95º72.17%22.55%-
HSV(B)7.95º83.84%38.82%-
XYZ5.633.470.86-
YUV47.27110.35164.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=69.72%
G=19.01%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99271600.730.840.617.9572.1722.55
Hex631B10049543D84817
Octal14333200111124751011027
Binary110001111011100000100100110101001111011000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B10; }

 p { color: rgb(99,27,16); }

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

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

 a { background-color: rgb(99,27,16); }

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

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

 span { border-color: rgb(99,27,16); }

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