#631502

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

Shades of Red Oxide #631502

Tints of Red Oxide #631502

Color information

#631502 (or 0x631502) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 02. RGB value is (99,21,2). Sum of RGB (Red+Green+Blue) = 99+21+2=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631502 is #9CEAFD. Grayscale: #2A2A2A. Windows color (decimal): -10283774 or 136547. OLE color: 136547.

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

Color convert

RGB99212-
CMYK00.790.980.61
HSL11.75º96.04%19.8%-
HSV(B)11.75º97.98%38.82%-
XYZ5.423.190.39-
YUV42.16105.34168.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=81.15%
G=17.21%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9921200.790.980.6111.7596.0419.8
Hex6315204F623Dc6014
Octal1432520117142751414024
Binary110001110101100100111111000101111011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631502; }

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

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

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

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

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

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

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

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