#631B0A

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

Shades of Red Oxide #631B0A

Tints of Red Oxide #631B0A

Color information

#631B0A (or 0x631B0A) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 0A. RGB value is (99,27,10). Sum of RGB (Red+Green+Blue) = 99+27+10=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B0A is #9CE4F5. Grayscale: #2E2E2E. Windows color (decimal): -10282230 or 662371. OLE color: 662371.

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

Color convert

RGB992710-
CMYK00.730.900.61
HSL11.46º81.65%21.37%-
HSV(B)11.46º89.9%38.82%-
XYZ5.593.460.66-
YUV46.59107.35165.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=72.79%
G=19.85%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99271000.730.900.6111.4681.6521.37
Hex631BA0495A3Db5215
Octal14333120111132751312225
Binary11000111101110100100100110110101111011011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,27,10); }

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

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

 a { background-color: rgb(99,27,10); }

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

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

 span { border-color: rgb(99,27,10); }

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