#631408

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

Shades of Red Oxide #631408

Tints of Red Oxide #631408

Color information

#631408 (or 0x631408) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 08. RGB value is (99,20,8). Sum of RGB (Red+Green+Blue) = 99+20+8=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #631408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631408 is #9CEBF7. Grayscale: #2A2A2A. Windows color (decimal): -10284024 or 529507. OLE color: 529507.

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

Color convert

RGB99208-
CMYK00.800.920.61
HSL7.91º85.05%20.98%-
HSV(B)7.91º91.92%38.82%-
XYZ5.443.170.55-
YUV42.25108.67168.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=77.95%
G=15.75%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9920800.800.920.617.9185.0520.98
Hex631480505C3D85515
Octal14324100120134751012525
Binary11000111010010000101000010111001111011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631408; }

 p { color: rgb(99,20,8); }

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

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

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

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

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

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

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