#631305

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

Shades of Red Oxide #631305

Tints of Red Oxide #631305

Color information

#631305 (or 0x631305) is unknown color: approx Red Oxide. HEX triplet: 63, 13 and 05. RGB value is (99,19,5). Sum of RGB (Red+Green+Blue) = 99+19+5=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #631305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631305 is #9CECFA. Grayscale: #292929. Windows color (decimal): -10284283 or 332643. OLE color: 332643.

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

Color convert

RGB99195-
CMYK00.810.950.61
HSL8.94º90.38%20.39%-
HSV(B)8.94º94.95%38.82%-
XYZ5.413.130.46-
YUV41.32107.5169.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 80.49%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=80.49%
G=15.45%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9919500.810.950.618.9490.3820.39
Hex631350515F3D95a14
Octal1432350121137751113224
Binary1100011100111010101000110111111111011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631305; }

 p { color: rgb(99,19,5); }

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

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

 a { background-color: rgb(99,19,5); }

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

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

 span { border-color: rgb(99,19,5); }

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