#631D17

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

Shades of Red Oxide #631D17

Tints of Red Oxide #631D17

Color information

#631D17 (or 0x631D17) is unknown color: approx Red Oxide. HEX triplet: 63, 1D and 17. RGB value is (99,29,23). Sum of RGB (Red+Green+Blue) = 99+29+23=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D17 is #9CE2E8. Grayscale: #313131. Windows color (decimal): -10281705 or 1514851. OLE color: 1514851.

HSL color Cylindrical-coordinate representation of color #631D17: hue angle of 4.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631D17 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB992923-
CMYK00.710.770.61
HSL4.74º62.3%23.92%-
HSV(B)4.74º76.77%38.82%-
XYZ5.743.591.2-
YUV49.25113.19163.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=65.56%
G=19.21%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99292300.710.770.614.7462.323.92
Hex631D170474D3D53e18
Octal143352701071157557630
Binary1100011111011011101000111100110111110110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,29,23); }

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

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

 a { background-color: rgb(99,29,23); }

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

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

 span { border-color: rgb(99,29,23); }

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