#631211

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

Shades of Red Oxide #631211

Tints of Red Oxide #631211

Color information

#631211 (or 0x631211) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 11. RGB value is (99,18,17). Sum of RGB (Red+Green+Blue) = 99+18+17=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #631211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631211 is #9CEDEE. Grayscale: #2A2A2A. Windows color (decimal): -10284527 or 1118819. OLE color: 1118819.

HSL color Cylindrical-coordinate representation of color #631211: hue angle of 0.73º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631211 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB991817-
CMYK00.820.830.61
HSL0.73º70.69%22.75%-
HSV(B)0.73º82.83%38.82%-
XYZ5.463.130.85-
YUV42.1113.84168.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=73.88%
G=13.43%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99181700.820.830.610.7370.6922.75
Hex631211052533D14717
Octal1432221012212375110727
Binary110001110010100010101001010100111111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631211; }

 p { color: rgb(99,18,17); }

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

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

 a { background-color: rgb(99,18,17); }

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

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

 span { border-color: rgb(99,18,17); }

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