#631a18

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

Shades of Red Oxide #631A18

Tints of Red Oxide #631A18

Color information

#631A18 (or 0x631A18) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 18. RGB value is (99,26,24). Sum of RGB (Red+Green+Blue) = 99+26+24=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A18 is #9CE5E7. Grayscale: #2F2F2F. Windows color (decimal): -10282472 or 1579619. OLE color: 1579619.

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

Color convert

RGB992624-
CMYK00.740.760.61
HSL1.6º60.98%24.12%-
HSV(B)1.6º75.76%38.82%-
XYZ5.683.461.23-
YUV47.6114.68164.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=66.44%
G=17.45%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262400.740.760.611.660.9824.12
Hex631A1804A4C3D23d18
Octal143323001121147527530
Binary110001111010110000100101010011001111011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631a18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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