#631202

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

Shades of Red Oxide #631202

Tints of Red Oxide #631202

Color information

#631202 (or 0x631202) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 02. RGB value is (99,18,2). Sum of RGB (Red+Green+Blue) = 99+18+2=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #631202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631202 is #9CEDFD. Grayscale: #282828. Windows color (decimal): -10284542 or 135779. OLE color: 135779.

HSL color Cylindrical-coordinate representation of color #631202: hue angle of 9.9º 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 #631202 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB99182-
CMYK00.820.980.61
HSL9.9º96.04%19.8%-
HSV(B)9.9º97.98%38.82%-
XYZ5.373.090.37-
YUV40.4106.34169.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.19%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=83.19%
G=15.13%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918200.820.980.619.996.0419.8
Hex63122052623Da6014
Octal1432220122142751214024
Binary110001110010100101001011000101111011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631202; }

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

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

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

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

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

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

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

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