#631B15

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

Shades of Red Oxide #631B15

Tints of Red Oxide #631B15

Color information

#631B15 (or 0x631B15) is unknown color: approx Red Oxide. HEX triplet: 63, 1B and 15. RGB value is (99,27,21). Sum of RGB (Red+Green+Blue) = 99+27+21=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #631B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B15 is #9CE4EA. Grayscale: #2F2F2F. Windows color (decimal): -10282219 or 1383267. OLE color: 1383267.

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

Color convert

RGB992721-
CMYK00.730.790.61
HSL4.62º65%23.53%-
HSV(B)4.62º78.79%38.82%-
XYZ5.673.491.08-
YUV47.84112.85164.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=67.35%
G=18.37%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99272100.730.790.614.626523.53
Hex631B150494F3D54118
Octal1433325011111775510130
Binary11000111101110101010010011001111111101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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