#631F15

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

Shades of Red Oxide #631F15

Tints of Red Oxide #631F15

Color information

#631F15 (or 0x631F15) is unknown color: approx Red Oxide. HEX triplet: 63, 1F and 15. RGB value is (99,31,21). Sum of RGB (Red+Green+Blue) = 99+31+21=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F15 is #9CE0EA. Grayscale: #323232. Windows color (decimal): -10281195 or 1384291. OLE color: 1384291.

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

Color convert

RGB993121-
CMYK00.690.790.61
HSL7.69º65%23.53%-
HSV(B)7.69º78.79%38.82%-
XYZ5.773.691.12-
YUV50.19111.53162.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=65.56%
G=20.53%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99312100.690.790.617.696523.53
Hex631F150454F3D84118
Octal14337250105117751010130
Binary110001111111101010100010110011111111011000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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