#631A13

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

Shades of Red Oxide #631A13

Tints of Red Oxide #631A13

Color information

#631A13 (or 0x631A13) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 13. RGB value is (99,26,19). Sum of RGB (Red+Green+Blue) = 99+26+19=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A13 is #9CE5EC. Grayscale: #2F2F2F. Windows color (decimal): -10282477 or 1251939. OLE color: 1251939.

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

Color convert

RGB992619-
CMYK00.740.810.61
HSL5.25º67.8%23.14%-
HSV(B)5.25º80.81%38.82%-
XYZ5.633.440.98-
YUV47.03112.18165.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=68.75%
G=18.06%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99261900.740.810.615.2567.823.14
Hex631A1304A513D54417
Octal1433223011212175510427
Binary11000111101010011010010101010001111101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,19); }

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

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

 a { background-color: rgb(99,26,19); }

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

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

 span { border-color: rgb(99,26,19); }

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