#631A03

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

Shades of Red Oxide #631A03

Tints of Red Oxide #631A03

Color information

#631A03 (or 0x631A03) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 03. RGB value is (99,26,3). Sum of RGB (Red+Green+Blue) = 99+26+3=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #631A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A03 is #9CE5FC. Grayscale: #2D2D2D. Windows color (decimal): -10282493 or 203363. OLE color: 203363.

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

Color convert

RGB99263-
CMYK00.740.970.61
HSL14.38º94.12%20%-
HSV(B)14.38º96.97%38.82%-
XYZ5.533.40.45-
YUV45.2104.18166.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=77.34%
G=20.31%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9926300.740.970.6114.3894.1220
Hex631A304A613De5e14
Octal1433230112141751613624
Binary110001111010110100101011000011111011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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