#631A01

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

Shades of Red Oxide #631A01

Tints of Red Oxide #631A01

Color information

#631A01 (or 0x631A01) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 01. RGB value is (99,26,1). Sum of RGB (Red+Green+Blue) = 99+26+1=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #631A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A01 is #9CE5FE. Grayscale: #2D2D2D. Windows color (decimal): -10282495 or 72291. OLE color: 72291.

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

Color convert

RGB99261-
CMYK00.740.990.61
HSL15.31º98%19.61%-
HSV(B)15.31º98.99%38.82%-
XYZ5.523.390.39-
YUV44.98103.18166.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 78.57%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=78.57%
G=20.63%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9926100.740.990.6115.319819.61
Hex631A104A633Df6214
Octal1433210112143751714224
Binary11000111101010100101011000111111011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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