#631A10

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

Shades of Red Oxide #631A10

Tints of Red Oxide #631A10

Color information

#631A10 (or 0x631A10) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 10. RGB value is (99,26,16). Sum of RGB (Red+Green+Blue) = 99+26+16=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A10 is #9CE5EF. Grayscale: #2E2E2E. Windows color (decimal): -10282480 or 1055331. OLE color: 1055331.

HSL color Cylindrical-coordinate representation of color #631A10: hue angle of 7.23º 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 #631A10 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB992616-
CMYK00.740.840.61
HSL7.23º72.17%22.55%-
HSV(B)7.23º83.84%38.82%-
XYZ5.613.430.86-
YUV46.69110.68165.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=70.21%
G=18.44%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99261600.740.840.617.2372.1722.55
Hex631A1004A543D74817
Octal1433220011212475711027
Binary11000111101010000010010101010100111101111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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