#631F1F

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

Shades of Red Oxide #631F1F

Tints of Red Oxide #631F1F

Color information

#631F1F (or 0x631F1F) is unknown color: approx Red Oxide. HEX triplet: 63, 1F and 1F. RGB value is (99,31,31). Sum of RGB (Red+Green+Blue) = 99+31+31=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F1F is #9CE0E0. Grayscale: #333333. Windows color (decimal): -10281185 or 2039651. OLE color: 2039651.

HSL color Cylindrical-coordinate representation of color #631F1F: hue angle of 0º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F1F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB993131-
CMYK00.690.690.61
HSL52.31%25.49%-
HSV(B)68.69%38.82%-
XYZ5.883.731.71-
YUV51.33116.53162-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=61.49%
G=19.25%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99313100.690.690.61052.3125.49
Hex631F1F045453D03419
Octal143373701051057506431
Binary11000111111111111010001011000101111101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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