#631915

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

Shades of Red Oxide #631915

Tints of Red Oxide #631915

Color information

#631915 (or 0x631915) is unknown color: approx Red Oxide. HEX triplet: 63, 19 and 15. RGB value is (99,25,21). Sum of RGB (Red+Green+Blue) = 99+25+21=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631915 is #9CE6EA. Grayscale: #2E2E2E. Windows color (decimal): -10282731 or 1382755. OLE color: 1382755.

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

Color convert

RGB992521-
CMYK00.750.790.61
HSL3.08º65%23.53%-
HSV(B)3.08º78.79%38.82%-
XYZ5.633.41.07-
YUV46.67113.52165.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=68.28%
G=17.24%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99252100.750.790.613.086523.53
Hex63191504B4F3D34118
Octal1433125011311775310130
Binary1100011110011010101001011100111111110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631915; }

 p { color: rgb(99,25,21); }

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

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

 a { background-color: rgb(99,25,21); }

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

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

 span { border-color: rgb(99,25,21); }

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