#631E1A

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

Shades of Red Oxide #631E1A

Tints of Red Oxide #631E1A

Color information

#631E1A (or 0x631E1A) is unknown color: approx Red Oxide. HEX triplet: 63, 1E and 1A. RGB value is (99,30,26). Sum of RGB (Red+Green+Blue) = 99+30+26=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E1A is #9CE1E5. Grayscale: #323232. Windows color (decimal): -10281446 or 1711715. OLE color: 1711715.

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

Color convert

RGB993026-
CMYK00.700.740.61
HSL3.29º58.4%24.51%-
HSV(B)3.29º73.74%38.82%-
XYZ5.83.661.38-
YUV50.18114.36162.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=63.87%
G=19.35%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99302600.700.740.613.2958.424.51
Hex631E1A0464A3D33a19
Octal143363201061127537231
Binary110001111110110100100011010010101111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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