#631816

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

Shades of Red Oxide #631816

Tints of Red Oxide #631816

Color information

#631816 (or 0x631816) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 16. RGB value is (99,24,22). Sum of RGB (Red+Green+Blue) = 99+24+22=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631816 is #9CE7E9. Grayscale: #2E2E2E. Windows color (decimal): -10282986 or 1448035. OLE color: 1448035.

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

Color convert

RGB992422-
CMYK00.760.780.61
HSL1.56º63.64%23.73%-
HSV(B)1.56º77.78%38.82%-
XYZ5.623.361.11-
YUV46.2114.35165.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=68.28%
G=16.55%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99242200.760.780.611.5663.6423.73
Hex63181604C4E3D24018
Octal1433026011411675210030
Binary1100011110001011001001100100111011110110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631816; }

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

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

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

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

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

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

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

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