#631807

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

Shades of Red Oxide #631807

Tints of Red Oxide #631807

Color information

#631807 (or 0x631807) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 07. RGB value is (99,24,7). Sum of RGB (Red+Green+Blue) = 99+24+7=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631807 is #9CE7F8. Grayscale: #2C2C2C. Windows color (decimal): -10283001 or 464995. OLE color: 464995.

HSL color Cylindrical-coordinate representation of color #631807: hue angle of 11.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #631807 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB99247-
CMYK00.760.930.61
HSL11.09º86.79%20.78%-
HSV(B)11.09º92.93%38.82%-
XYZ5.513.320.55-
YUV44.49106.85166.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.15%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=76.15%
G=18.46%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9924700.760.930.6111.0986.7920.78
Hex6318704C5D3Db5715
Octal1433070114135751312725
Binary1100011110001110100110010111011111011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631807; }

 p { color: rgb(99,24,7); }

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

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

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

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

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

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

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