#631F0F

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

Shades of Red Oxide #631F0F

Tints of Red Oxide #631F0F

Color information

#631F0F (or 0x631F0F) is unknown color: approx Red Oxide. HEX triplet: 63, 1F and 0F. RGB value is (99,31,15). Sum of RGB (Red+Green+Blue) = 99+31+15=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F0F is #9CE0F0. Grayscale: #313131. Windows color (decimal): -10281201 or 991075. OLE color: 991075.

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

Color convert

RGB993115-
CMYK00.690.850.61
HSL11.43º73.68%22.35%-
HSV(B)11.43º84.85%38.82%-
XYZ5.723.670.86-
YUV49.51108.53163.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=68.28%
G=21.38%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99311500.690.850.6111.4373.6822.35
Hex631FF045553Db4a16
Octal14337170105125751311226
Binary11000111111111110100010110101011111011011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,15); }

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

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

 a { background-color: rgb(99,31,15); }

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

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

 span { border-color: rgb(99,31,15); }

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