#631A15

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

Shades of Red Oxide #631A15

Tints of Red Oxide #631A15

Color information

#631A15 (or 0x631A15) is unknown color: approx Red Oxide. HEX triplet: 63, 1A and 15. RGB value is (99,26,21). Sum of RGB (Red+Green+Blue) = 99+26+21=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #631A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A15 is #9CE5EA. Grayscale: #2F2F2F. Windows color (decimal): -10282475 or 1383011. OLE color: 1383011.

HSL color Cylindrical-coordinate representation of color #631A15: hue angle of 3.85º 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 #631A15 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB992621-
CMYK00.740.790.61
HSL3.85º65%23.53%-
HSV(B)3.85º78.79%38.82%-
XYZ5.653.451.08-
YUV47.26113.18164.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=67.81%
G=17.81%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262100.740.790.613.856523.53
Hex631A1504A4F3D44118
Octal1433225011211775410130
Binary11000111101010101010010101001111111101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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