#631510

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

Shades of Red Oxide #631510

Tints of Red Oxide #631510

Color information

#631510 (or 0x631510) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 10. RGB value is (99,21,16). Sum of RGB (Red+Green+Blue) = 99+21+16=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631510 is #9CEAEF. Grayscale: #2B2B2B. Windows color (decimal): -10283760 or 1054051. OLE color: 1054051.

HSL color Cylindrical-coordinate representation of color #631510: hue angle of 3.61º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631510 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB992116-
CMYK00.790.840.61
HSL3.61º72.17%22.55%-
HSV(B)3.61º83.84%38.82%-
XYZ5.513.230.82-
YUV43.75112.34167.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=72.79%
G=15.44%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99211600.790.840.613.6172.1722.55
Hex63151004F543D44817
Octal1432520011712475411027
Binary11000111010110000010011111010100111101100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631510; }

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

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

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

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

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

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

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

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